Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ Person
Interface
Person
packages/effect/test/Data.test.ts:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
it(
"case"
, () => {
59
interface
Person {
60
readonly name: string
61
}
62
63
const
Person = Data.case<Person>()
64
Callers
1
Data.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected