Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setAndSave
Method · 0.95
formatAndSave
Method · 0.95
importParsers.js
File · 0.45
Calls
2
makeFilePath
Method · 0.95
read
Method · 0.45
Tested by
no test coverage detected