Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ count
Method
count
uncommon_route/stats.py:497–498 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
495
496
@property
497
def
count(self) -> int:
498
return
len(self._records)
499
500
def
_cleanup(self) -> None:
501
cutoff = self._now() - RETENTION_S
Callers
6
run
Function · 0.45
_describe_shape
Function · 0.45
handle_health
Function · 0.45
handle_artifacts
Function · 0.45
score_code_markers
Function · 0.45
_score_question_complexity
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected