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

Method delete

worker-configuration.d.ts:465–465  ·  view source on GitHub ↗
(key: string, options?: DurableObjectPutOptions)

Source from the content-addressed store, hash-verified

463 put<T>(key: string, value: T, options?: DurableObjectPutOptions): Promise<void>;
464 put<T>(entries: Record<string, T>, options?: DurableObjectPutOptions): Promise<void>;
465 delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>;
466 delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>;
467 rollback(): void;
468 getAlarm(options?: DurableObjectGetAlarmOptions): Promise<number | null>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected