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

Method list

api/worker-configuration.d.ts:710–710  ·  view source on GitHub ↗
(options?: DurableObjectListOptions)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected