Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/omkarcloud/botasaurus
/ delete
Method
delete
botasaurus/cache_storage.py:40–41 ·
view source on GitHub ↗
(func_name: str, key_data)
Source
from the content-addressed store, hash-verified
38
39
@staticmethod
40
def
delete(func_name: str, key_data) -> None:
41
Cache.delete(func_name, key_data)
42
Callers
1
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected