MCPcopy Create free account
hub / github.com/21st-dev/21st-sdk / appendLine

Function appendLine

apps/agents-web/lib/server/github/github-reference.ts:144–146  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

142 const lines: string[] = []
143
144 const appendLine = (s: string) => {
145 if (lines.length < MAX_LINES) lines.push(s)
146 }
147
148 // Group by directory for readable output
149 const filesByDir = new Map<string, string[]>()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected