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

Function access_valid

src/cli/agent_profiles.c:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

cbm_render_graph_promptFunction · 0.85
cbm_render_graph_profileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected