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

Method delete

worker-configuration.d.ts:1476–1476  ·  view source on GitHub ↗
(key: Key)

Source from the content-addressed store, hash-verified

1474 getWithMetadata<Metadata = unknown>(key: Array<Key>, options?: KVNamespaceGetOptions<"text">): Promise<Map<string, KVNamespaceGetWithMetadataResult<string, Metadata>>>;
1475 getWithMetadata<ExpectedValue = unknown, Metadata = unknown>(key: Array<Key>, options?: KVNamespaceGetOptions<"json">): Promise<Map<string, KVNamespaceGetWithMetadataResult<ExpectedValue, Metadata>>>;
1476 delete(key: Key): Promise<void>;
1477}
1478interface KVNamespaceListOptions {
1479 limit?: number;

Callers 1

initMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected