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

Method toString

test/shared/MemoryStorageEmulator.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 static override toString() {
30 return '@crawlee/memory-storage';
31 }
32
33 getDataset(id?: string) {
34 return this.storage.dataset(id ?? Configuration.getGlobalConfig().get('defaultDatasetId'));

Callers 15

applySearchParamsFunction · 0.80
findMethod · 0.80
loadMethod · 0.80
getMemoryInfoFunction · 0.80
createParserFunction · 0.80
parseSitemapFunction · 0.80
tryCommonNamesMethod · 0.80
discoverValidSitemapsFunction · 0.80
getMemoryInfoV2Function · 0.80
getClockTicksFunction · 0.80
psTreeFunction · 0.80
stream.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 2

randomFunction · 0.64
requestHandlerFunction · 0.64