MCPcopy Create free account
hub / github.com/Make-md/makemd / parentPathForPath

Method parentPathForPath

src/core/spaceManager/spaceManager.ts:318–320  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

316 return this.adapterForPath(path).writeToPath(path, content, binary);
317 }
318 public parentPathForPath (path: string) {
319 return this.adapterForPath(path).parentPathForPath(path);
320 }
321
322 public async readPathCache (path: string) {
323 const pathCache = await this.adapterForPath(path).readPathCache(path);

Callers

nothing calls this directly

Calls 2

adapterForPathMethod · 0.95
parentPathForPathMethod · 0.65

Tested by

no test coverage detected