Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/omkarcloud/botasaurus
/ getfnname
Function
getfnname
botasaurus/cache.py:30–31 ·
view source on GitHub ↗
(func)
Source
from the content-addressed store, hash-verified
28
29
30
def
getfnname(func):
31
return
func
if
isinstance(func, str)
else
func.__name__
32
33
def
_get_cache_path(func, data):
34
fn_name = getfnname(func)
Callers
11
_get_cache_path
Function · 0.85
_create_cache_directory_if_not_exists
Function · 0.85
get_cached_files
Function · 0.85
get_items
Method · 0.85
delete_corrupted_items
Method · 0.85
generate_cache_path_from_hash
Method · 0.85
get_random_items
Method · 0.85
delete_items
Method · 0.85
delete_items_by_hashes
Method · 0.85
clear
Method · 0.85
print_cached_items_count
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected