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

Method getParticle

ScrollSetCLI.js:34–36  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

32 }
33
34 getParticle(file) {
35 return new Particle(Disk.read(this.makeFilePath(file.id)))
36 }
37
38 patchAndSave(patch) {
39 const id = patch.get("id")

Callers 3

setAndSaveMethod · 0.95
formatAndSaveMethod · 0.95
importParsers.jsFile · 0.45

Calls 2

makeFilePathMethod · 0.95
readMethod · 0.45

Tested by

no test coverage detected