Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getParticle
Method · 0.95
patchAndSave
Method · 0.95
formatAndSave
Method · 0.95
Calls
1
join
Method · 0.45
Tested by
no test coverage detected