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

Method makeFilePath

ScrollSetCLI.js:30–32  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

28 }
29
30 makeFilePath(id) {
31 return path.join(this.conceptsFolder, id + ".scroll")
32 }
33
34 getParticle(file) {
35 return new Particle(Disk.read(this.makeFilePath(file.id)))

Callers 3

getParticleMethod · 0.95
patchAndSaveMethod · 0.95
formatAndSaveMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected