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

Function cbm_shutdown

internal/cbm/cbm.c:383–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383void cbm_shutdown(void) {
384 // Clean up thread-local parser for the calling thread.
385 // Note: other threads' TLS parsers are freed when those threads exit.
386 cbm_destroy_thread_parser();
387 cbm_initialized = 0;
388}
389
390// --- Bottleneck call-name classification (language-agnostic heuristics) ---
391

Callers 2

test_extraction.cFile · 0.85

Calls 1

Tested by

no test coverage detected