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

Method list

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected