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

Function _save_cache

botasaurus/ip_utils.py:44–46  ·  view source on GitHub ↗

Saves the IP details cache to a file.

(cache: dict)

Source from the content-addressed store, hash-verified

42
43
44def _save_cache(cache: dict):
45 """Saves the IP details cache to a file."""
46 return get_botasaurus_storage().set_item("ip_details_cache", cache)
47
48
49def reorganize_dict_by_importance(input_dict):

Callers 1

get_ip_infoFunction · 0.85

Calls 2

get_botasaurus_storageFunction · 0.85
set_itemMethod · 0.45

Tested by

no test coverage detected