MCPcopy Create free account
hub / github.com/idosal/git-mcp / waitUntil

Method waitUntil

worker-configuration.d.ts:444–444  ·  view source on GitHub ↗
(promise: Promise<any>)

Source from the content-addressed store, hash-verified

442}
443interface DurableObjectState {
444 waitUntil(promise: Promise<any>): void;
445 readonly id: DurableObjectId;
446 readonly storage: DurableObjectStorage;
447 container?: Container;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected