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

Function getExternalRefDelta

__tests__/test-packObjects.js:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 const fullpath = path.join(gitdir, filepath)
64 expect(await fs.exists(fullpath)).toBe(true)
65 const getExternalRefDelta = oid => readObject({ fs, cache, gitdir, oid })
66 await indexPack({ fs, dir: gitdir, filepath, gitdir, cache })
67 await Promise.all(
68 oids.map(async oid => {

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…