| 279 | With_clause *get_owner() { return owner; } |
| 280 | |
| 281 | bool contains_sq_with_recursive_reference() |
| 282 | { return sq_dep_map & mutually_recursive; } |
| 283 | |
| 284 | bool no_rec_ref_on_top_level() |
| 285 | { return !(top_level_dep_map & mutually_recursive); } |
no outgoing calls
no test coverage detected