Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ AnotherApi
Class
AnotherApi
packages/platform-node/examples/api.ts:115–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
{}
114
115
class
AnotherApi extends HttpApi.make(
"another"
).add(PeopleApi).prefix(
"/v2"
) {}
116
117
class
MyApi extends HttpApi.make(
"api"
)
118
.add(UsersApi)
Callers
nothing calls this directly
Calls
3
prefix
Method · 0.65
add
Method · 0.65
make
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…