MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / zcount

Function zcount

app/api/agentops/common/cache.py:169–171  ·  view source on GitHub ↗

Count elements in a sorted set by score.

(key: str, min: int, max: int)

Source from the content-addressed store, hash-verified

167
168
169def zcount(key: str, min: int, max: int) -> int:
170 """Count elements in a sorted set by score."""
171 return _backend.zcount(key, min, max)

Callers

nothing calls this directly

Calls 1

zcountMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…