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

Method print_cached_items_count

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

Source from the content-addressed store, hash-verified

526
527 @staticmethod
528 def print_cached_items_count(func):
529 cached_items_count = len(get_cached_files(func))
530 nm = getfnname(func)
531 print(f"Number of cached items for {nm}: {cached_items_count}")
532 return cached_items_count
533
534 @staticmethod
535 def get_cached_items_count(func):

Callers

nothing calls this directly

Calls 2

get_cached_filesFunction · 0.85
getfnnameFunction · 0.85

Tested by

no test coverage detected