| 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 => { |
nothing calls this directly
no test coverage detected
searching dependent graphs…