MCPcopy Index your code
hub / github.com/Effect-TS/effect / execute

Method execute

packages/platform/src/internal/httpMultiplex.ts:33–34  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

31 this[TypeId] = TypeId
32
33 let execute: (request: ServerRequest.HttpServerRequest) => App.Default<E | Error.RouteNotFound, R> = (request) =>
34 Effect.fail(new Error.RouteNotFound({ request }))
35
36 for (let i = apps.length - 1; i >= 0; i--) {
37 const [predicate, app] = apps[i]

Callers 15

Worker.test.tsFile · 0.45
HttpServer.test.tsFile · 0.45
worker.tsFile · 0.45
onEndpointFunction · 0.45
makePoolFunction · 0.45
executeFunction · 0.45
makePoolSerializedFunction · 0.45
getFunction · 0.45
headFunction · 0.45
postFunction · 0.45
putFunction · 0.45
patchFunction · 0.45

Calls 1

failMethod · 0.65

Tested by

no test coverage detected