MCPcopy
hub / github.com/codeaashu/claude-code / pickLineFormatInstruction

Function pickLineFormatInstruction

src/tools/FileReadTool/FileReadTool.ts:720–722  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

718} satisfies ToolDef<InputSchema, Output>)
719
720function pickLineFormatInstruction(): string {
721 return LINE_FORMAT_INSTRUCTION
722}
723
724/** Format file content with line numbers. */
725function formatFileLines(file: { content: string; startLine: number }): string {

Callers 1

promptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected