MCPcopy Create free account
hub / github.com/deepnote/deepnote / CatResult

Interface CatResult

packages/cli/src/commands/cat.ts:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95/** JSON output result for the cat command */
96export interface CatResult {
97 success: boolean
98 path: string
99 project: Pick<DeepnoteFile['project'], 'name' | 'id'>
100 notebooks: NotebookSummary[]
101}
102
103/**
104 * Output cat results as JSON for scripting.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected