MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / dialect_valid

Function dialect_valid

src/cli/agent_profiles.c:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68static bool dialect_valid(cbm_graph_profile_dialect_t dialect) {
69 return dialect >= CBM_GRAPH_DIALECT_CLAUDE && dialect < CBM_GRAPH_DIALECT_COUNT;
70}
71
72bool cbm_graph_dialect_direct_capable(cbm_graph_profile_dialect_t dialect) {
73 switch (dialect) {

Callers 2

cbm_render_graph_profileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected