MCPcopy Create free account
hub / github.com/buct2012dbl/Dorchestrator / makeStatLine

Function makeStatLine

coding-agent/src/cli/repl.ts:22–24  ·  view source on GitHub ↗
(label: string, value: string)

Source from the content-addressed store, hash-verified

20}
21
22function makeStatLine(label: string, value: string): string {
23 return `${chalk.hex('#7dd3fc')(label.padEnd(10))}${chalk.white(value)}`;
24}
25
26function renderHeader(agentName: string, model: string, workspacePath: string): void {
27 const width = output.columns || 100;

Callers 1

renderHeaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected