MCPcopy Create free account
hub / github.com/effect-app/libs / key

Function key

repos/effect/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
29function key(a: number, b: number): Key {
30 return new Key(a, b)
31}
32
33function value(c: number, d: number): Value {
34 return new Value(c, d)

Callers 3

ReadonlyMapFunction · 0.85
HashMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected