pub fn scan_deterministic_misuse(
unit_logical_id: &str,
source: &str,
) -> Vec<DetailFactSite>Expand description
QUAL008: a DETERMINISTIC function whose body contains a
non-deterministic construct. One site per distinct construct.
pub fn scan_deterministic_misuse(
unit_logical_id: &str,
source: &str,
) -> Vec<DetailFactSite>QUAL008: a DETERMINISTIC function whose body contains a
non-deterministic construct. One site per distinct construct.