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

Function cbm_progress_sink_fini

src/cli/progress_sink.c:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void cbm_progress_sink_fini(void) {
57 if (atomic_load(&s_needs_newline) && s_out) {
58 (void)fprintf(s_out, "\n");
59 (void)fflush(s_out);
60 }
61 cbm_log_set_sink(NULL);
62 s_out = NULL;
63}
64
65/* Phase label table: maps pass names to display labels. */
66typedef struct {

Callers 1

run_cliFunction · 0.85

Calls 1

cbm_log_set_sinkFunction · 0.85

Tested by

no test coverage detected