| 58 | }; |
| 59 | |
| 60 | static bool tier_valid(cbm_graph_tier_t tier) { |
| 61 | return tier >= CBM_GRAPH_TIER_SCOUT && tier < CBM_GRAPH_TIER_COUNT; |
| 62 | } |
| 63 | |
| 64 | static bool access_valid(cbm_graph_access_t access) { |
| 65 | return access >= CBM_GRAPH_ACCESS_DIRECT && access < CBM_GRAPH_ACCESS_COUNT; |
no outgoing calls
no test coverage detected