Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ loopsDir
Function
loopsDir
core/loops/registry.js:22–24 ·
view source on GitHub ↗
(projectRoot)
Source
from the content-addressed store, hash-verified
20
}
21
22
function
loopsDir(projectRoot) {
23
return
planningDir(projectRoot,
'loops'
);
24
}
25
26
function
loopPath(projectRoot, id) {
27
return
path.join(loopsDir(projectRoot), `${id}.json`);
Callers
2
loopPath
Function · 0.85
listRegisteredLoops
Function · 0.85
Calls
1
planningDir
Function · 0.70
Tested by
no test coverage detected