MCPcopy Create free account
hub / github.com/JacobLinCool/LeetCode-Stats-Card / handle

Function handle

packages/cloudflare-worker/src/handler.ts:71–74  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

69app.all("*", () => new Response("Not Found.", { status: 404 }));
70
71export async function handle(request: Request): Promise<Response> {
72 console.log(`${request.method} ${request.url}`);
73 return app.fetch(request);
74}

Callers 1

fetchFunction · 0.90

Calls 2

logMethod · 0.80
fetchMethod · 0.80

Tested by

no test coverage detected