MCPcopy Create free account
hub / github.com/bigcode-project/jupytercoder / diffJson

Function diffJson

src/diff.js:471–473  ·  view source on GitHub ↗
(oldObj, newObj, options)

Source from the content-addressed store, hash-verified

469 };
470
471 function diffJson(oldObj, newObj, options) {
472 return jsonDiff.diff(oldObj, newObj, options);
473 } // This function handles the presence of circular references by bailing out when encountering an
474 // object that is already on the "stack" of items being processed. Accepts an optional replacer
475
476 function canonicalize(obj, stack, replacementStack, replacer, key) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected