(index, callback)
| 1678 | |
| 1679 | applyPatches(patch, { |
| 1680 | loadFile(index, callback) { |
| 1681 | callback(undefined, contents[index.index]); |
| 1682 | }, |
| 1683 | patched(index, content, callback) { |
| 1684 | callback(expected); |
| 1685 | }, |
nothing calls this directly
no test coverage detected