MCPcopy
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

getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected