MCPcopy Index your code
hub / github.com/Effect-TS/effect / value

Function value

packages/effect/test/MutableHashMap.test.ts:33–35  ·  view source on GitHub ↗
(c: number, d: number)

Source from the content-addressed store, hash-verified

31}
32
33function value(c: number, d: number): Value {
34 return new Value(c, d)
35}
36
37describe("MutableHashMap", () => {
38 it("toString", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected