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

Method get_cached_items_count

botasaurus/cache.py:535–537  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

533
534 @staticmethod
535 def get_cached_items_count(func):
536 cached_items_count = len(get_cached_files(func))
537 return cached_items_count

Callers

nothing calls this directly

Calls 1

get_cached_filesFunction · 0.85

Tested by

no test coverage detected