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

Method read

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

Source from the content-addressed store, hash-verified

21732 return file.exists
21733 }
21734 async read(absolutePath) {
21735 const file = await this._read(absolutePath)
21736 return file.content
21737 }
21738 async createReadStream(absolutePath) {
21739 const fd = await fsp.open(absolutePath)
21740 return fd.createReadStream({

Callers 10

importCommandMethod · 0.45
getParticleMethod · 0.45
patchAndSaveMethod · 0.45
updateIdsCommandMethod · 0.45
scroll.test.jsFile · 0.45
appendFromStreamMethod · 0.45
_readCodeFromStorageMethod · 0.45
_loadDefaultParserMethod · 0.45
readMethod · 0.45

Calls 1

_readMethod · 0.95

Tested by

no test coverage detected