MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / TdcCollectResult

Class TdcCollectResult

app/services/tdc_service.py:23–36  ·  view source on GitHub ↗

TDC output needed by cap_union_new_verify.

Source from the content-addressed store, hash-verified

21
22DEFAULT_USER_AGENT = (
23 "Mozilla/5.0 (Windows NT 10.0; Win64; x64) "
24 "AppleWebKit/537.36 (KHTML, like Gecko) "
25 "Chrome/124.0.0.0 Safari/537.36"
26)
27
28
29@dataclass(frozen=True)
30class TdcCollectResult:
31 """TDC output needed by cap_union_new_verify."""
32
33 collect_raw: str
34 collect: str
35 tlg: int
36 eks: str
37 tokenid: str
38 info: dict[str, Any]
39 tdc_path: str

Callers 1

collect_for_challengeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected