Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ key
Function
key
packages/effect/test/HashMap.test.ts:38–40 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
36
37
describe(
"HashMap"
, () => {
38
function
key(n: number): Key {
39
return
new
Key(n)
40
}
41
42
function
value(s: string): Value {
43
return
new
Value(s)
Callers
7
HashMap.test.ts
File · 0.70
mapArbitrary
Function · 0.50
readonlyMapPretty
Function · 0.50
readonlyMapEquivalence
Function · 0.50
Schema.ts
File · 0.50
collectAllToMap
Function · 0.50
collectAllToMapN
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected