MCPcopy Index your code
hub / github.com/deepnote/deepnote / outputInspectJson

Function outputInspectJson

packages/cli/src/commands/inspect.ts:92–94  ·  view source on GitHub ↗

* Output inspect results as JSON for scripting.

(absolutePath: string, deepnoteFile: ReturnType<typeof deserializeDeepnoteFile>)

Source from the content-addressed store, hash-verified

90 * Output inspect results as JSON for scripting.
91 */
92function outputInspectJson(absolutePath: string, deepnoteFile: ReturnType<typeof deserializeDeepnoteFile>): void {
93 outputJson(buildInspectResult(absolutePath, deepnoteFile))
94}
95
96/**
97 * Output inspect results as TOON (Token-Oriented Object Notation).

Callers 1

inspectDeepnoteFileFunction · 0.85

Calls 2

outputJsonFunction · 0.90
buildInspectResultFunction · 0.85

Tested by

no test coverage detected