MCPcopy 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
22function loopsDir(projectRoot) {
23 return planningDir(projectRoot, 'loops');
24}
25
26function loopPath(projectRoot, id) {
27 return path.join(loopsDir(projectRoot), `${id}.json`);

Callers 2

loopPathFunction · 0.85
listRegisteredLoopsFunction · 0.85

Calls 1

planningDirFunction · 0.70

Tested by

no test coverage detected