MCPcopy Create free account
hub / github.com/pollinations/pollinations / fetch

Method fetch

enter.pollinations.ai/worker-runtime.d.ts:460–460  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

458}
459interface DurableObject {
460 fetch(request: Request): Response | Promise<Response>;
461 alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>;
462 webSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>;
463 webSocketClose?(ws: WebSocket, code: number, reason: string, wasClean: boolean): void | Promise<void>;

Callers 15

serveAssetFunction · 0.65
fetchFunction · 0.65
processMessageFunction · 0.65
scheduleProactiveFunction · 0.65
createHonoMockHandlerFunction · 0.65
fetchWorkerFunction · 0.65
optionsWorkerFunction · 0.65
index.test.tsFile · 0.65
captureFallbackEventFunction · 0.65

Calls

no outgoing calls

Tested by 15

fetchWorkerFunction · 0.52
optionsWorkerFunction · 0.52
captureFallbackEventFunction · 0.52
fetchWorkerFunction · 0.52
fetchWorkerWithContextFunction · 0.52
dispatchFunction · 0.52
fetchWorkerFunction · 0.52
fetchWorkerFunction · 0.52
dispatchFunction · 0.52
fetchWorkerFunction · 0.52
fetchEnterApiFunction · 0.52
createUsageApiKeyFunction · 0.52