MCPcopy Index your code
hub / github.com/forloopcodes/contextplus / formatLineRange

Function formatLineRange

src/tools/file-skeleton.ts:13–15  ·  view source on GitHub ↗
(line: number, endLine: number)

Source from the content-addressed store, hash-verified

11}
12
13function formatLineRange(line: number, endLine: number): string {
14 return endLine > line ? `L${line}-L${endLine}` : `L${line}`;
15}
16
17function formatSignatureBlock(analysis: FileAnalysis): string {
18 const lines: string[] = [];

Callers 1

formatSignatureBlockFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected