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

Method get

api/worker-configuration.d.ts:731–731  ·  view source on GitHub ↗
(
    key: string,
    options?: DurableObjectGetOptions
  )

Source from the content-addressed store, hash-verified

729}
730interface DurableObjectStorage {
731 get<T = unknown>(
732 key: string,
733 options?: DurableObjectGetOptions
734 ): Promise<T | undefined>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected