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