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

Interface AlarmInvocationInfo

worker-configuration.d.ts:405–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 now(): number;
404}
405interface AlarmInvocationInfo {
406 readonly isRetry: boolean;
407 readonly retryCount: number;
408}
409interface Cloudflare {
410 readonly compatibilityFlags: Record<string, boolean>;
411}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected