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

Function capture_logs_end

tests/test_artifact.c:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89static const char *capture_logs_end(void) {
90 cbm_log_set_sink(NULL);
91 cbm_log_set_level(g_prev_log_level);
92 return g_log_capture;
93}
94
95/* ── Tests ───────────────────────────────────────────────────────── */
96

Callers 1

test_artifact.cFile · 0.85

Calls 2

cbm_log_set_sinkFunction · 0.85
cbm_log_set_levelFunction · 0.85

Tested by

no test coverage detected