MCPcopy 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
115function cleanPatchPath(path: string): string {
116 return path.split("\t")[0].trim();
117}

Callers 1

parseUnifiedPatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected