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

Method put

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

Source from the content-addressed store, hash-verified

3954 get<T = unknown>(key: string): T | undefined
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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected