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

Method put

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

Source from the content-addressed store, hash-verified

738 ): Promise<Map<string, T>>
739 list<T = unknown>(options?: DurableObjectListOptions): Promise<Map<string, T>>
740 put<T>(
741 key: string,
742 value: T,
743 options?: DurableObjectPutOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected