Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ loopPath
Function
loopPath
core/loops/registry.js:26–28 ·
view source on GitHub ↗
(projectRoot, id)
Source
from the content-addressed store, hash-verified
24
}
25
26
function
loopPath(projectRoot, id) {
27
return
path.join(loopsDir(projectRoot), `${id}.json`);
28
}
29
30
function
readJsonIfExists(filePath) {
31
if
(!fs.existsSync(filePath))
return
null;
Callers
4
registerLoop
Function · 0.85
readLoop
Function · 0.85
updateLoop
Function · 0.85
appendLoopRun
Function · 0.85
Calls
1
loopsDir
Function · 0.85
Tested by
no test coverage detected