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

Method readPath

src/core/spaceManager/webAdapter/webAdapter.ts:149–152  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

147 }
148 }
149 public async readPath (path: string) {
150
151 return this.webCache.notes.get(path).content;
152 }
153 public async copyPath (path: string, newPath: string, newName?: string) : Promise<string> {
154
155 return

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected