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

Function getExternalRefDelta

src/commands/fetch.js:370–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 const fullpath = join(gitdir, res.packfile)
369 await fs.write(fullpath, packfile)
370 const getExternalRefDelta = oid => readObject({ fs, cache, gitdir, oid })
371 const idx = await GitPackIndex.fromPack({
372 pack: packfile,
373 getExternalRefDelta,

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…