Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ key
Function
key
packages/effect/test/MutableHashMap.test.ts:29–31 ·
view source on GitHub ↗
(a: number, b: number)
Source
from the content-addressed store, hash-verified
27
}
28
29
function
key(a: number, b: number): Key {
30
return
new
Key(a, b)
31
}
32
33
function
value(c: number, d: number): Value {
34
return
new
Value(c, d)
Callers
1
MutableHashMap.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected