MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / load_proxy_state

Function load_proxy_state

Scripts/Developer Base/Free Internet.py:589–591  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

587
588
589def load_proxy_state() -> dict:
590 state = load_json(PROXY_STATE_FILE, {})
591 return state if isinstance(state, dict) else {}
592
593
594def save_proxy_state(state: dict) -> None:

Callers 3

get_bad_proxy_mapFunction · 0.70
mark_proxy_badFunction · 0.70
mark_proxy_goodFunction · 0.70

Calls 1

load_jsonFunction · 0.70

Tested by

no test coverage detected