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

Method write

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

Source from the content-addressed store, hash-verified

21941 return await this._storage.exists(absolutePath)
21942 }
21943 async write(absolutePath, content) {
21944 return await this._storage.write(absolutePath, content)
21945 }
21946 async list(absolutePath) {
21947 return await this._storage.list(absolutePath)
21948 }

Callers 1

writeProductMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected