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

Function tier_valid

src/cli/agent_profiles.c:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

cbm_graph_tier_slugFunction · 0.85
cbm_render_graph_promptFunction · 0.85
cbm_render_graph_profileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected