MCPcopy Create free account
hub / github.com/effect-app/libs / make

Method make

repos/effect/packages/effect/src/unstable/rpc/Rpc.ts:54–54  ·  view source on GitHub ↗
(input: null, options?: Schema.MakeOptions)

Source from the content-addressed store, hash-verified

52 */
53export interface DefectSchema extends Schema.Top {
54 make(input: null, options?: Schema.MakeOptions): unknown
55 make(input: undefined, options?: Schema.MakeOptions): unknown
56 make(input: {}, options?: Schema.MakeOptions): unknown
57 readonly DecodingServices: never

Callers 15

onEndpointFunction · 0.65
StreamSseFunction · 0.65
StreamUint8ArrayFunction · 0.65
securityDecodeFunction · 0.65
HttpApiTest.tsFile · 0.65
ServiceFunction · 0.65
queryFunction · 0.65
ServiceFunction · 0.65
makeChannelFunction · 0.65
FetchHttpClient.tsFile · 0.65
htmlFunction · 0.65
HttpRouter.tsFile · 0.65

Implementers 8

MyContextProviderpackages/infra/test/controller.test.ts
MyContextProvider3packages/infra/test/controller.test.ts
MyContextProvider2packages/infra/test/controller.test.ts
BogusMiddlewarepackages/infra/test/controller.test.ts
CtxProviderpackages/infra/test/router-generator.t
SomeElseProviderpackages/infra/test/router-generator.t
RequiresSomeMiddlewarepackages/infra/test/requires.test.ts
Assertsrepos/effect/packages/effect/src/testi

Calls

no outgoing calls

Tested by

no test coverage detected