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

Method deletePath

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

Source from the content-addressed store, hash-verified

305 return this.adapterForPath(path).getPathInfo(path);
306 }
307 public deletePath (path: string) {
308 return this.adapterForPath(path).deletePath(path);
309 }
310 public readPath (path: string) {
311 return this.adapterForPath(path).readPath(path);
312 }

Callers

nothing calls this directly

Calls 2

adapterForPathMethod · 0.95
deletePathMethod · 0.65

Tested by

no test coverage detected