Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ Foo
Interface
Foo
packages/effect/test/Data.test.ts:175–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
174
it(
"tagged - don't override tag"
, () => {
175
interface
Foo {
176
readonly _tag:
"Foo"
177
readonly value: string
178
}
179
const
Foo = Data.tagged<Foo>(
"Foo"
)
180
interface
Bar {
181
readonly _tag:
"Bar"
Callers
1
Data.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected