MCPcopy
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
39class FeedCheckResult:
40 alive: bool
41 kind: str
42 reason: str
43 status_code: Optional[int] = None
44
45
46@dataclass

Callers 7

checkerMethod · 0.90
classify_http_errorFunction · 0.85
coerce_check_resultFunction · 0.85
__call__Method · 0.85
visitFunction · 0.85
sync_tiny_to_fullFunction · 0.85
check_urls_parallelFunction · 0.85

Calls

no outgoing calls

Tested by 1

checkerMethod · 0.72