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

Function print

scripts/codex-automation.js:18–20  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

16}
17
18function print(value) {
19 console.log(JSON.stringify(value, null, 2));
20}
21
22const mode = process.argv[2] || 'plan';
23

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected