MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / writeStdout

Function writeStdout

src/ui/shimmer-worker.ts:19–21  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

17// in scrollback (#398); the persistent lines are printed by the parent
18// through the codepage-immune process.stdout path.
19function writeStdout(s: string): void {
20 writeSync(1, s);
21}
22
23const G = getRawWriteGlyphs();
24const SPINNER_GLYPHS = G.spinner;

Callers 2

renderFunction · 0.85
clearLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected