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

Function profile_buffer_discard

src/cli/agent_profiles.c:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144static void profile_buffer_discard(profile_buffer_t *buffer) {
145 free(buffer->data);
146 profile_buffer_init(buffer);
147}
148
149const char *cbm_graph_tier_slug(cbm_graph_tier_t tier) {
150 static const char *const slugs[CBM_GRAPH_TIER_COUNT] = {

Callers 2

cbm_render_graph_profileFunction · 0.85

Calls 1

profile_buffer_initFunction · 0.85

Tested by

no test coverage detected