MCPcopy
hub / github.com/deepnote/deepnote / outputDiffJson

Function outputDiffJson

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

* Output diff as JSON.

(result: DiffResult)

Source from the content-addressed store, hash-verified

294 * Output diff as JSON.
295 */
296function outputDiffJson(result: DiffResult): void {
297 outputJson({
298 success: true,
299 ...result,
300 })
301}
302
303/**
304 * Print diff in human-readable format.

Callers 1

diffDeepnoteFilesFunction · 0.85

Calls 1

outputJsonFunction · 0.90

Tested by

no test coverage detected