MCPcopy Create free account
hub / github.com/PIKACHUIM/CFWorkerACME / fetch

Function fetch

src/cfapp.ts:17–19  ·  view source on GitHub ↗
(request: Request, env: index.Bindings, ctx: ExecutionContext)

Source from the content-addressed store, hash-verified

15// 定时任务 ############################################################################################################
16export default {
17 async fetch(request: Request, env: index.Bindings, ctx: ExecutionContext) {
18 return index.app.fetch(request, env, ctx);
19 },
20 async scheduled(controller: ScheduledController, env: index.Bindings, ctx: ExecutionContext) {
21 console.log('Cron job processed');
22 try {

Callers 11

onCodeFunction · 0.85
onPostFunction · 0.85
srtGravatarFunction · 0.85
applyCertFunction · 0.85
downloadCertZipFunction · 0.85
downloadCertPfxFunction · 0.85
queryDNSFunction · 0.85
TurnstileFunction · 0.85
dnsAPIFunction · 0.85
verifyCaptchaFunction · 0.85
handleCaptchaTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected