MCPcopy
hub / github.com/coder/mux / writeLine

Function writeLine

src/cli/workflow.ts:413–415  ·  view source on GitHub ↗
(line = "")

Source from the content-addressed store, hash-verified

411 const thinkingLevel = resolveThinkingInput(parseThinkingLevel(options.thinking), model);
412 const suppressHuman = options.json === true || options.quiet === true;
413 const writeLine = (line = "") => {
414 if (!suppressHuman) process.stdout.write(`${line}\n`);
415 };
416
417 const ctx = await createWorkflowContext({ opts: options, projectDir });
418 try {

Callers 1

runWorkflowFunction · 0.85

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected