MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / put

Method put

botasaurus/cache_storage.py:36–37  ·  view source on GitHub ↗
(func_name: str, key_data, data: Any)

Source from the content-addressed store, hash-verified

34
35 @staticmethod
36 def put(func_name: str, key_data, data: Any) -> None:
37 Cache.put(func_name, key_data, data)
38
39 @staticmethod
40 def delete(func_name: str, key_data) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected