| 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; |
| 70 | } |
| 71 | |
| 72 | bool cbm_graph_dialect_direct_capable(cbm_graph_profile_dialect_t dialect) { |
| 73 | switch (dialect) { |
no outgoing calls
no test coverage detected