MCPcopy 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
522def 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
526def check_urls_parallel(

Callers 1

run_syncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected