MCPcopy Create free account
hub / github.com/codeaashu/claude-code / formatTruncatedTextRef

Function formatTruncatedTextRef

src/components/PromptInput/inputPaste.ts:57–59  ·  view source on GitHub ↗
(id: number, numLines: number)

Source from the content-addressed store, hash-verified

55}
56
57function formatTruncatedTextRef(id: number, numLines: number): string {
58 return `[...Truncated text #${id} +${numLines} lines...]`
59}
60
61export function maybeTruncateInput(
62 input: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected