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

Method handleAll

packages/effect/src/unstable/httpapi/HttpApiBuilder.ts:296–296  ·  view source on GitHub ↗

* Add implementations for unhandled `HttpApiEndpoint`s in a `Handlers` group.

(
    handlers:
      & HandlersByIdentifier
      & HandleAllExtraKeys<Omit<EndpointsByIdentifier, HandledIdentifiers>, HandlersByIdentifier>
  )

Source from the content-addressed store, hash-verified

294 * Add implementations for unhandled `HttpApiEndpoint`s in a `Handlers` group.
295 */
296 handleAll<const HandlersByIdentifier extends HandleAllHandlers<Omit<EndpointsByIdentifier, HandledIdentifiers>>>(
297 handlers:
298 & HandlersByIdentifier
299 & HandleAllExtraKeys<Omit<EndpointsByIdentifier, HandledIdentifiers>, HandlersByIdentifier>

Callers 9

incompleteFunction · 0.80
completeInTwoStepsFunction · 0.80
10_basics.tsFile · 0.80
http.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected