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

Function cbm_shutdown

internal/cbm/cbm.c:356–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void cbm_shutdown(void) {
357 // Clean up thread-local parser for the calling thread.
358 // Note: other threads' TLS parsers are freed when those threads exit.
359 cbm_destroy_thread_parser();
360 cbm_initialized = 0;
361}
362
363// --- Bottleneck call-name classification (language-agnostic heuristics) ---
364

Callers 2

test_extraction.cFile · 0.85

Calls 1

Tested by

no test coverage detected