MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus /

Class

js/botasaurus-server-js/src/task-results.ts:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53export class DirectCallCacheService {
54
55 static createCacheKey(scraperName: string, data: any): string {
56 return `${scraperName}-${_hash(data)}.json`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected