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

Function cbm_macro_extraction_enabled

internal/cbm/cbm.c:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 atomic_store_explicit(&g_extract_macros, enabled ? 1 : 0, memory_order_relaxed);
50}
51int cbm_macro_extraction_enabled(void) {
52 return atomic_load_explicit(&g_extract_macros, memory_order_relaxed);
53}
54
55#define NSEC_PER_SEC 1000000000ULL
56#define USEC_TO_NSEC 1000ULL

Callers 1

walk_defsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected