MCPcopy Create free account
hub / github.com/Effect-TS/effect / make

Method make

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
WithHeadersFunction · 0.65
rebuildWithHeadersFunction · 0.65
securityDecodeFunction · 0.65
HttpApiTest.tsFile · 0.65
ServiceFunction · 0.65
queryFunction · 0.65
ServiceFunction · 0.65
toUrlFunction · 0.65
toWebResultFunction · 0.65

Implementers 1

Assertspackages/effect/src/testing/TestSchema

Calls

no outgoing calls

Tested by

no test coverage detected