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

Function _load_cache

botasaurus/ip_utils.py:39–41  ·  view source on GitHub ↗

Loads the IP details cache from a file.

()

Source from the content-addressed store, hash-verified

37
38
39def _load_cache() -> dict:
40 """Loads the IP details cache from a file."""
41 return get_botasaurus_storage().get_item("ip_details_cache", {})
42
43
44def _save_cache(cache: dict):

Callers 1

get_ip_infoFunction · 0.85

Calls 2

get_botasaurus_storageFunction · 0.85
get_itemMethod · 0.45

Tested by

no test coverage detected