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

Interface DiffResult

packages/cli/src/commands/diff.ts:42–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42interface DiffResult {
43 file1: string
44 file2: string
45 notebooks: NotebookDiff[]
46 summary: {
47 notebooksAdded: number
48 notebooksRemoved: number
49 notebooksModified: number
50 notebooksUnchanged: number
51 blocksAdded: number
52 blocksRemoved: number
53 blocksModified: number
54 blocksUnchanged: number
55 }
56}
57
58export function createDiffAction(
59 _program: Command

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected