MCPcopy 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
37describe("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.tsFile · 0.70
mapArbitraryFunction · 0.50
readonlyMapPrettyFunction · 0.50
readonlyMapEquivalenceFunction · 0.50
Schema.tsFile · 0.50
collectAllToMapFunction · 0.50
collectAllToMapNFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected