MCPcopy Create free account
hub / github.com/fmhy/edit / delete

Method delete

api/worker-configuration.d.ts:3957–3957  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

3955 list<T = unknown>(options?: SyncKvListOptions): Iterable<[string, T]>
3956 put<T>(key: string, value: T): void
3957 delete(key: string): boolean
3958}
3959interface SyncKvListOptions {
3960 start?: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected