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

Method writeToPath

src/core/spaceManager/webAdapter/webAdapter.ts:157–159  ·  view source on GitHub ↗
(path: string, content: any, binary: boolean)

Source from the content-addressed store, hash-verified

155 return
156 }
157 public async writeToPath (path: string, content: any, binary: boolean) {
158 return
159 }
160
161 public async childrenForPath (path: string, type?: string): Promise<string[]> {
162 return [...this.webCache.parentMap.getInverse(path)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected