MCPcopy
hub / github.com/Effect-TS/effect / out

Function out

packages/effect/src/Arbitrary.ts:1050–1050  ·  view source on GitHub ↗
(fc)

Source from the content-addressed store, hash-verified

1048 return go(description.description(), ctx)
1049 })
1050 const out: LazyArbitrary<any> = (fc) => fc.constant(null).chain(() => get()(fc))
1051 arbitraryMemoMap.set(description.ast, out)
1052 return out
1053 }

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected