Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ E2
Class
E2
packages/effect/test/schema/Schema.test.ts:7363–7365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7361
a: Schema.Number
7362
}) {}
7363
class
E2 extends E.extend<E2>(
"C"
)({
7364
b: Schema.String
7365
}) {}
7366
7367
const
err =
new
E2({ a: 1, b:
"b"
})
7368
strictEqual(err.name,
"C"
)
Callers
nothing calls this directly
Calls
1
extend
Method · 0.65
Tested by
no test coverage detected