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

Function cbm_graph_tier_slug

src/cli/agent_profiles.c:149–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149const char *cbm_graph_tier_slug(cbm_graph_tier_t tier) {
150 static const char *const slugs[CBM_GRAPH_TIER_COUNT] = {
151 "codebase-memory-scout",
152 "codebase-memory",
153 "codebase-memory-auditor",
154 };
155 return tier_valid(tier) ? slugs[tier] : NULL;
156}
157
158const char *cbm_graph_tier_display_name(cbm_graph_tier_t tier) {
159 static const char *const names[CBM_GRAPH_TIER_COUNT] = {

Callers 5

cbm_tiered_profile_pathFunction · 0.85
render_kiro_profileFunction · 0.85
append_codex_profileFunction · 0.85
render_profile_textFunction · 0.85

Calls 1

tier_validFunction · 0.85

Tested by

no test coverage detected