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

Method get

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

Source from the content-addressed store, hash-verified

700}
701interface DurableObjectTransaction {
702 get<T = unknown>(
703 key: string,
704 options?: DurableObjectGetOptions
705 ): Promise<T | undefined>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected