MCPcopy
hub / github.com/generalaction/emdash / inspectPath

Method inspectPath

packages/core/src/git/git-runtime.ts:90–93  ·  view source on GitHub ↗
(pathToInspect: string)

Source from the content-addressed store, hash-verified

88 }
89
90 async inspectPath(pathToInspect: string): Promise<GitPathInspection> {
91 this.assertOpen();
92 return this.inspectResolvedPath(path.resolve(pathToInspect));
93 }
94
95 async ensureRepository(
96 pathToInspect: string,

Callers

nothing calls this directly

Calls 3

assertOpenMethod · 0.95
inspectResolvedPathMethod · 0.95
resolveMethod · 0.65

Tested by

no test coverage detected