Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agegr/pi-web
/ cleanPatchPath
Function
cleanPatchPath
lib/patch.ts:115–117 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
113
}
114
115
function
cleanPatchPath(path: string): string {
116
return
path.split(
"\t"
)[0].trim();
117
}
Callers
1
parseUnifiedPatch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected