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

Method fetch

apps/cloud/worker-configuration.d.ts:570–570  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

568}
569interface DurableObject {
570 fetch(request: Request): Response | Promise<Response>;
571 connect?(socket: Socket): void | Promise<void>;
572 alarm?(alarmInfo?: AlarmInvocationInfo): void | Promise<void>;
573 webSocketMessage?(ws: WebSocket, message: string | ArrayBuffer): void | Promise<void>;

Callers 15

workerFetchFunction · 0.65
worker.test.tsFile · 0.65
makeModernMcpRouterFunction · 0.65
mcpDispatchFunction · 0.65
withClientFunction · 0.65
fetchFunction · 0.65
serveWorkerFunction · 0.65
dispatchFunction · 0.65
serveModernMcpFunction · 0.65

Calls

no outgoing calls

Tested by 5

workerFetchFunction · 0.52
withClientFunction · 0.52
fetchFunction · 0.52
dispatchFunction · 0.52
rpcFunction · 0.52