Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
69
app.all(
"*"
, () =>
new
Response(
"Not Found."
, { status: 404 }));
70
71
export
async
function
handle(request: Request): Promise<Response> {
72
console.log(`${request.method} ${request.url}`);
73
return
app.fetch(request);
74
}
Callers
1
fetch
Function · 0.90
Calls
2
log
Method · 0.80
fetch
Method · 0.80
Tested by
no test coverage detected