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

Method resourcePathForPath

src/core/middleware/filesystem.ts:136–138  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

134 return this.primary.allFiles(hidden);
135 }
136 public resourcePathForPath (path: string) {
137 return this.adapterForPath(path).resourcePathForPath(path);
138 }
139 public parentPathForPath (path: string) {
140
141 return this.adapterForPath(path).parentPathForPath(path);

Callers

nothing calls this directly

Calls 1

adapterForPathMethod · 0.95

Tested by

no test coverage detected