Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
589
def
load_proxy_state() -> dict:
590
state = load_json(PROXY_STATE_FILE, {})
591
return
state
if
isinstance(state, dict)
else
{}
592
593
594
def
save_proxy_state(state: dict) -> None:
Callers
3
get_bad_proxy_map
Function · 0.70
mark_proxy_bad
Function · 0.70
mark_proxy_good
Function · 0.70
Calls
1
load_json
Function · 0.70
Tested by
no test coverage detected