Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
class
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
check
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected