Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ GetAllParents
Interface
GetAllParents
packages/effect/test/Effect/query-nested.test.ts:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
export
interface
GetAllParents extends Request.Request<ReadonlyArray<Parent>> {
42
readonly _tag:
"GetAllParents"
43
}
44
45
export
const
GetAllParents = Request.tagged<GetAllParents>(
"GetAllParents"
)
46
Callers
1
query-nested.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected