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

Interface DurableObjectId

worker-configuration.d.ts:530–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528 message: string;
529}
530interface CachePurgeResult {
531 success: boolean;
532 errors: CachePurgeError[];
533}
534interface CachePurgeOptions {
535 tags?: string[];
536 pathPrefixes?: string[];
537 purgeEverything?: boolean;

Callers 8

callNonCodemodeToolFunction · 0.80
hashApiTokenFunction · 0.80
signDataFunction · 0.80
bindStateToSessionFunction · 0.80
validateOAuthStateFunction · 0.80
sha256HexFunction · 0.80
getAuthorizationURLFunction · 0.80
getAuthTokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected