MCPcopy Create free account
hub / github.com/SethGammon/Citadel / relativeLoopPath

Function relativeLoopPath

core/loops/contract.js:38–40  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

36}
37
38function relativeLoopPath(id) {
39 return path.join('.planning', 'loops', `${id}.json`).replace(/\\/g, '/');
40}
41
42function createLoopContract(options = {}) {
43 const id = loopId(options);

Callers 1

createLoopContractFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected