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

Function flush_carriage

src/cli/progress_sink.c:223–228  ·  view source on GitHub ↗

Flush pending \r line if needed. */

Source from the content-addressed store, hash-verified

221
222/* Flush pending \r line if needed. */
223static void flush_carriage(void) {
224 if (atomic_load(&s_needs_newline)) {
225 (void)fprintf(s_out, "\n");
226 atomic_store(&s_needs_newline, 0);
227 }
228}
229
230/* Handle pipeline.discover event. */
231static 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