Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ SpendRecord
Class
SpendRecord
uncommon_route/spend_control.py:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
@dataclass
41
class
SpendRecord:
42
timestamp: float
43
amount: float
44
model: str | None = None
45
action: str | None = None
46
47
48
@dataclass
Callers
2
record
Method · 0.85
_load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected