Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ printJson
Function
printJson
scripts/loops.js:44–46 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
42
}
43
44
function
printJson(value) {
45
process.stdout.write(`${JSON.stringify(value, null, 2)}\n`);
46
}
47
48
function
formatLoop(loop) {
49
const
status = loop.status ||
'planned'
;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected