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

Method delete

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

Source from the content-addressed store, hash-verified

476 put<T>(key: string, value: T, options?: DurableObjectPutOptions): Promise<void>;
477 put<T>(entries: Record<string, T>, options?: DurableObjectPutOptions): Promise<void>;
478 delete(key: string, options?: DurableObjectPutOptions): Promise<boolean>;
479 delete(keys: string[], options?: DurableObjectPutOptions): Promise<number>;
480 deleteAll(options?: DurableObjectPutOptions): Promise<void>;
481 transaction<T>(closure: (txn: DurableObjectTransaction) => Promise<T>): Promise<T>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected