Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
113
const
_case = <A>(): Case.Constructor<A> => (args) =>
114
(args === undefined ? Object.create(StructuralPrototype) : struct(args)) as any
115
116
export
{
117
/**
Callers
nothing calls this directly
Calls
2
create
Method · 0.80
struct
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…