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

Method readBinaryToFile

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

Source from the content-addressed store, hash-verified

267 }
268
269 public async readBinaryToFile (path: string) {
270 return this.adapterForPath(path).readBinaryToFile(path)
271 }
272
273 public async renameFile (path: string, newPath: string) {
274 return this.adapterForPath(path).renameFile(path, newPath)

Callers

nothing calls this directly

Calls 1

adapterForPathMethod · 0.95

Tested by

no test coverage detected