Function assertCfgSatisfiesProperties
assertCfgSatisfiesProperties( cfg: ControlFlowInformation, excludeProperties?: readonly (
| "no-direct-fd-cycles" | "no-direct-cd-cycles" | "single-entry-and-exit" | "has-entry-and-exit" | "entry-reaches-all" | "exit-reaches-all" )
[],): PropertyReport Parameters
- cfg: ControlFlowInformation
Optional
excludeProperties: readonly (
| "no-direct-fd-cycles"
| "no-direct-cd-cycles"
| "single-entry-and-exit"
| "has-entry-and-exit"
| "entry-reaches-all"
| "exit-reaches-all"
)[]
Check if the given CFG satisfies all properties.