| 24 | // Curry the current read method so that the packfile un-deltification |
| 25 | // process can acquire external ref-deltas. |
| 26 | const getExternalRefDelta = oid => _readObject({ fs, cache, gitdir, oid }) |
| 27 | |
| 28 | let result |
| 29 | // Empty tree - hard-coded so we can use it as a shorthand. |
nothing calls this directly
no test coverage detected
searching dependent graphs…