Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
408
function
hunkRange(start: number, count: number): string {
409
return
count === 0 ?
"0,0"
: `${start},${count}`;
410
}
411
412
function
unifiedFilePatch(
413
oldPath: string,
Callers
1
unifiedFilePatch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected