| 62 | } |
| 63 | |
| 64 | static bool access_valid(cbm_graph_access_t access) { |
| 65 | return access >= CBM_GRAPH_ACCESS_DIRECT && access < CBM_GRAPH_ACCESS_COUNT; |
| 66 | } |
| 67 | |
| 68 | static bool dialect_valid(cbm_graph_profile_dialect_t dialect) { |
| 69 | return dialect >= CBM_GRAPH_DIALECT_CLAUDE && dialect < CBM_GRAPH_DIALECT_COUNT; |
no outgoing calls
no test coverage detected