MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / notFound

Function notFound

packages/core/sdk/src/oauth-discovery.test.ts:35–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 HttpServerResponse.jsonUnsafe(body, { status });
34
35const notFound = (): HttpServerResponse.HttpServerResponse =>
36 HttpServerResponse.empty({ status: 404 });
37
38const serveOAuthFixture = (handler: Handler) =>
39 Effect.gen(function* () {

Callers 3

ToolkitsPluginRouteFunction · 0.50
PluginRouteComponentFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected