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

Method put

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

Source from the content-addressed store, hash-verified

709 ): Promise<Map<string, T>>
710 list<T = unknown>(options?: DurableObjectListOptions): Promise<Map<string, T>>
711 put<T>(
712 key: string,
713 value: T,
714 options?: DurableObjectPutOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected