MCPcopy Create free account
hub / github.com/cloudflare/mcp / rollback

Method rollback

worker-configuration.d.ts:581–581  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

579 routingMode?: DurableObjectRoutingMode;
580}
581interface DurableObjectClass<_T extends Rpc.DurableObjectBranded | undefined = undefined> {
582}
583interface DurableObjectState<Props = unknown> {
584 waitUntil(promise: Promise<any>): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected