Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/banga/git-split-diffs
/ g2
Function
g2
src/zip.test.ts:60–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
yield Promise.resolve(2);
59
}
60
async
function
* g2() {
61
yield Promise.resolve(3);
62
yield Promise.resolve(4);
63
}
64
expect(
await
drain(zipAsync(g1(), g2()))).toEqual([
65
[1, 3],
66
[2, 4],
Callers
1
zip.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected