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

Function outputInspectToon

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

* Output inspect results as TOON (Token-Oriented Object Notation). * TOON is optimized for LLM consumption with reduced token usage.

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

Source from the content-addressed store, hash-verified

98 * TOON is optimized for LLM consumption with reduced token usage.
99 */
100function outputInspectToon(absolutePath: string, deepnoteFile: ReturnType<typeof deserializeDeepnoteFile>): void {
101 outputToon(buildInspectResult(absolutePath, deepnoteFile), { showEfficiencyHint: true })
102}
103
104function printDeepnoteFileMetadata(
105 absolutePath: string,

Callers 1

inspectDeepnoteFileFunction · 0.85

Calls 2

outputToonFunction · 0.90
buildInspectResultFunction · 0.85

Tested by

no test coverage detected