MCPcopy 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
29function key(n: number): Key {
30 return new Key(n)
31}
32
33function value(n: number): Value {
34 return new Value(n)

Callers 2

makeSortedMapFunction · 0.70
SortedMap.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected