Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zer0yu/CyberSecurityRSS
/ FeedCheckResult
Class
FeedCheckResult
scripts/opml_sync.py:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
@dataclass
39
class
FeedCheckResult:
40
alive: bool
41
kind: str
42
reason: str
43
status_code: Optional[int] = None
44
45
46
@dataclass
Callers
7
checker
Method · 0.90
classify_http_error
Function · 0.85
coerce_check_result
Function · 0.85
__call__
Method · 0.85
visit
Function · 0.85
sync_tiny_to_full
Function · 0.85
check_urls_parallel
Function · 0.85
Calls
no outgoing calls
Tested by
1
checker
Method · 0.72