Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/omkarcloud/botasaurus
/ getCachedItemsCount
Method
getCachedItemsCount
js/botasaurus-js/src/cache.ts:287–289 ·
view source on GitHub ↗
(func: Function | string)
Source
from the content-addressed store, hash-verified
285
}
286
287
static getCachedItemsCount(func: Function | string): number {
288
return
getCachedFiles(func).length;
289
}
290
}
291
292
Callers
nothing calls this directly
Calls
1
getCachedFiles
Function · 0.85
Tested by
no test coverage detected