MCPcopy
hub / github.com/omkarcloud/botasaurus / _has

Function _has

js/botasaurus-js/src/cache.ts:39–41  ·  view source on GitHub ↗
(cachePath: string)

Source from the content-addressed store, hash-verified

37}
38
39function _has(cachePath: string): boolean {
40 return fs.existsSync(cachePath);
41}
42
43function _get(cachePath: string): any {
44 try {

Callers 11

runTaskFunction · 0.90
runPlaywrightFunction · 0.90
_getNdTaskFunction · 0.90
hasMethod · 0.90
taskExistsMethod · 0.90
streamTaskMethod · 0.90
streamMultipleTaskMethod · 0.90
appendAllTaskMethod · 0.90
streamTaskToTaskMethod · 0.90
hasMethod · 0.70
getMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected