MCPcopy
hub / github.com/deepnote/deepnote / outputJson

Function outputJson

packages/cli/src/output.ts:151–153  ·  view source on GitHub ↗
(data: unknown)

Source from the content-addressed store, hash-verified

149 * Output data as JSON (for machine-readable output).
150 */
151export function outputJson(data: unknown): void {
152 console.log(JSON.stringify(data, null, 2))
153}
154
155/**
156 * Output data as TOON (Token-Oriented Object Notation).

Callers 15

output.test.tsFile · 0.90
createDiffActionFunction · 0.90
outputDiffJsonFunction · 0.90
outputDagShowFunction · 0.90
outputDagVarsFunction · 0.90
outputDagDownstreamFunction · 0.90
handleErrorFunction · 0.90
outputStatsFunction · 0.90
handleErrorFunction · 0.90
createRunActionFunction · 0.90
listInputsFunction · 0.90
dryRunDeepnoteProjectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected