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

Function flush_carriage

src/cli/progress_sink.c:85–90  ·  view source on GitHub ↗

Flush pending \r line if needed. */

Source from the content-addressed store, hash-verified

83
84/* Flush pending \r line if needed. */
85static void flush_carriage(void) {
86 if (atomic_load(&s_needs_newline)) {
87 (void)fprintf(s_out, "\n");
88 atomic_store(&s_needs_newline, 0);
89 }
90}
91
92/* Handle pipeline.discover event. */
93static void on_discover(const char *line) {

Callers 2

on_pass_timingFunction · 0.85
on_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected