MCPcopy 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

runFunction · 0.45
_describe_shapeFunction · 0.45
handle_healthFunction · 0.45
handle_artifactsFunction · 0.45
score_code_markersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected