MCPcopy 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
115class AnotherApi extends HttpApi.make("another").add(PeopleApi).prefix("/v2") {}
116
117class MyApi extends HttpApi.make("api")
118 .add(UsersApi)

Callers

nothing calls this directly

Calls 3

prefixMethod · 0.65
addMethod · 0.65
makeMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…