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

Method formatAndSave

ScrollSetCLI.js:66–68  ·  view source on GitHub ↗
(file, particle = this.getParticle(file))

Source from the content-addressed store, hash-verified

64 }
65
66 async formatAndSave(file, particle = this.getParticle(file)) {
67 return this._formatAndSave(this.makeFilePath(file.id), particle)
68 }
69
70 makeNameSearchIndex(files = this.concepts.slice(0).reverse()) {
71 const map = new Map()

Callers 1

setAndSaveMethod · 0.95

Calls 3

getParticleMethod · 0.95
_formatAndSaveMethod · 0.95
makeFilePathMethod · 0.95

Tested by

no test coverage detected