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

Method get

api/worker-configuration.d.ts:3954–3954  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

3952interface LoopbackColoLocalActorNamespace extends ColoLocalActorNamespace {}
3953interface SyncKvStorage {
3954 get<T = unknown>(key: string): T | undefined
3955 list<T = unknown>(options?: SyncKvListOptions): Iterable<[string, T]>
3956 put<T>(key: string, value: T): void
3957 delete(key: string): boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected