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

Method createReadStream

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

Source from the content-addressed store, hash-verified

21802 return value
21803 }
21804 async createReadStream(absolutePath) {
21805 return await this.read(absolutePath)
21806 }
21807 async exists(absolutePath) {
21808 if (isUrl(absolutePath)) {
21809 const result = await fetchWithCache(absolutePath)

Callers

nothing calls this directly

Calls 1

readMethod · 0.95

Tested by

no test coverage detected