MCPcopy Index your code
hub / github.com/kpdecker/jsdiff / patched

Function patched

test/patch/apply.js:1683–1685  ·  view source on GitHub ↗
(index, content, callback)

Source from the content-addressed store, hash-verified

1681 callback(undefined, contents[index.index]);
1682 },
1683 patched(index, content, callback) {
1684 callback(expected);
1685 },
1686 complete(err) {
1687 expect(err)
1688 .to.equal(expected)

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected