Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ createCacheKey
Function
createCacheKey
js/botasaurus-server-js/src/task-results.ts:27–29 ·
view source on GitHub ↗
(scraperName: string, data: any)
Source
from the content-addressed store, hash-verified
25
}
26
27
export
function
createCacheKey(scraperName: string, data: any): string {
28
return
`${scraperName}-${_hash(data)}.ndjson`;
29
}
30
31
32
function
getFiles(): string[] {
Callers
3
createCachedTasks
Function · 0.90
saveCachedTask
Method · 0.85
copyTaskToCachedTask
Method · 0.85
Calls
1
_hash
Function · 0.90
Tested by
no test coverage detected