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

Method abort

worker-configuration.d.ts:457–457  ·  view source on GitHub ↗
(reason?: string)

Source from the content-addressed store, hash-verified

455 getHibernatableWebSocketEventTimeout(): number | null;
456 getTags(ws: WebSocket): string[];
457 abort(reason?: string): void;
458}
459interface DurableObjectTransaction {
460 get<T = unknown>(key: string, options?: DurableObjectGetOptions): Promise<T | undefined>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected