MCPcopy
hub / github.com/apify/crawlee / keyValueStore

Method keyValueStore

packages/types/src/storages.ts:335–335  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

333 dataset(id: string): DatasetClient;
334 keyValueStores(): KeyValueStoreCollectionClient;
335 keyValueStore(id: string): KeyValueStoreClient;
336 requestQueues(): RequestQueueCollectionClient;
337 requestQueue(id: string, options?: RequestQueueOptions): RequestQueueClient;
338 purge?(): Promise<void>;

Callers 9

stream.test.tsFile · 0.65
constructorMethod · 0.65
getKeyValueStoreMethod · 0.65
runActorFunction · 0.65

Implementers 1

MemoryStoragepackages/memory-storage/src/memory-sto

Calls

no outgoing calls

Tested by

no test coverage detected