MCPcopy Create free account
hub / github.com/backnotprop/plannotator / resolveGitPath

Function resolveGitPath

packages/shared/workspace-status.ts:126–128  ·  view source on GitHub ↗
(cwd: string, value: string)

Source from the content-addressed store, hash-verified

124}
125
126function resolveGitPath(cwd: string, value: string): string {
127 return isAbsolute(value) ? value : resolve(cwd, value);
128}
129
130function addLineCounts(
131 target: Map<string, { additions: number; deletions: number }>,

Callers 2

getGitRepositoryInfoFunction · 0.85

Calls 1

resolveFunction · 0.70

Tested by

no test coverage detected