MCPcopy Create free account
hub / github.com/apache/maka / linesText

Function linesText

packages/cli/src/pi-transcript-tools.ts:221–223  ·  view source on GitHub ↗
(count: number)

Source from the content-addressed store, hash-verified

219}
220
221function linesText(count: number): string {
222 return `${count} line${count === 1 ? '' : 's'}`;
223}
224
225/**
226 * Combined line count for a pipes result. Each stream is counted after

Callers 3

textResultSummaryFunction · 0.85
compactToolSummaryFunction · 0.85
compactTerminalSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected