MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / CheckResult

Class CheckResult

uncommon_route/spend_control.py:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48@dataclass
49class CheckResult:
50 allowed: bool
51 blocked_by: SpendWindow | None = None
52 remaining: float | None = None
53 reason: str | None = None
54 reset_in_s: int | None = None
55
56
57@dataclass

Callers 1

checkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected