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
openSseFunction · 0.65
openPostSseFunction · 0.65
presets.test.tsFile · 0.65
resolveSpecForInputFunction · 0.65
fetchAssetFunction · 0.65
makeCloudMcpAgentHandlerFunction · 0.65

Calls

no outgoing calls

Tested by 4

workerFetchFunction · 0.52
openSseFunction · 0.52
openPostSseFunction · 0.52
rpcFunction · 0.52