MCPcopy Index your code
hub / github.com/Waishnav/devspace / hunkRange

Function hunkRange

src/apply-patch.ts:408–410  ·  view source on GitHub ↗
(start: number, count: number)

Source from the content-addressed store, hash-verified

406}
407
408function hunkRange(start: number, count: number): string {
409 return count === 0 ? "0,0" : `${start},${count}`;
410}
411
412function unifiedFilePatch(
413 oldPath: string,

Callers 1

unifiedFilePatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected