Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zer0yu/CyberSecurityRSS
/ serialize_state
Function
serialize_state
scripts/opml_sync.py:522–523 ·
view source on GitHub ↗
(state_payload: Dict[str, Any])
Source
from the content-addressed store, hash-verified
520
521
522
def
serialize_state(state_payload: Dict[str, Any]) -> bytes:
523
return
(json.dumps(state_payload, ensure_ascii=False, indent=2, sort_keys=True) +
"\n"
).encode(
"utf-8"
)
524
525
526
def
check_urls_parallel(
Callers
1
run_sync
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected