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

Method createReadStream

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

Source from the content-addressed store, hash-verified

21935 return await this._storage.read(absolutePath)
21936 }
21937 async createReadStream(absolutePath) {
21938 return await this._storage.createReadStream(absolutePath)
21939 }
21940 async exists(absolutePath) {
21941 return await this._storage.exists(absolutePath)
21942 }

Callers

nothing calls this directly

Calls 1

createReadStreamMethod · 0.45

Tested by

no test coverage detected