MCPcopy Create free account
hub / github.com/breck7/scroll / read

Method read

external/.scrollLibs.js:21934–21936  ·  view source on GitHub ↗
(absolutePath)

Source from the content-addressed store, hash-verified

21932 this.defaultParser = defaultParser.parser
21933 }
21934 async read(absolutePath) {
21935 return await this._storage.read(absolutePath)
21936 }
21937 async createReadStream(absolutePath) {
21938 return await this._storage.createReadStream(absolutePath)
21939 }

Callers

nothing calls this directly

Calls 1

readMethod · 0.45

Tested by

no test coverage detected