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

Function _has

botasaurus/cache.py:58–59  ·  view source on GitHub ↗
(cache_path)

Source from the content-addressed store, hash-verified

56
57
58def _has(cache_path):
59 return os.path.exists(cache_path)
60
61def _get(cache_path):
62 try:

Callers 8

_get_taskFunction · 0.90
get_all_taskMethod · 0.90
append_all_taskMethod · 0.90
getMethod · 0.70
hasMethod · 0.70
getMethod · 0.70
get_item_by_hashMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected