MCPcopy 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
44function printJson(value) {
45 process.stdout.write(`${JSON.stringify(value, null, 2)}\n`);
46}
47
48function formatLoop(loop) {
49 const status = loop.status || 'planned';

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected