MCPcopy Create free account
hub / github.com/isomorphic-git/isomorphic-git / getExternalRefDelta

Function getExternalRefDelta

src/storage/readObject.js:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

_readObjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…