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

Method writeProduct

external/.scrollLibs.js:21961–21964  ·  view source on GitHub ↗
(absolutePath, content)

Source from the content-addressed store, hash-verified

21959 return await this._storage.getCTime(absolutePath)
21960 }
21961 async writeProduct(absolutePath, content) {
21962 this.productCache.push(absolutePath)
21963 return await this.write(absolutePath, content)
21964 }
21965 makeRelativePath(importer, importee) {
21966 const folder = this.dirname(importer)
21967 let absoluteImportFilePath = this.join(folder, importee)

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected