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

Function _case

packages/effect/src/Data.ts:113–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 Object.setPrototypeOf(as, internal.ArrayProto)
112
113const _case = <A>(): Case.Constructor<A> => (args) =>
114 (args === undefined ? Object.create(StructuralPrototype) : struct(args)) as any
115
116export {
117 /**

Callers

nothing calls this directly

Calls 2

createMethod · 0.80
structFunction · 0.70

Tested by

no test coverage detected