MCPcopy Create free account
hub / github.com/banga/git-split-diffs / g1

Function g1

src/zip.test.ts:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55 test('equal lengths', async () => {
56 async function* g1() {
57 yield Promise.resolve(1);
58 yield Promise.resolve(2);
59 }
60 async function* g2() {
61 yield Promise.resolve(3);
62 yield Promise.resolve(4);

Callers 1

zip.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected