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

Method zcount

app/api/agentops/common/cache.py:45–47  ·  view source on GitHub ↗
(self, key: str, min: int, max: int)

Source from the content-addressed store, hash-verified

43 logger.warning("[agentops.common.cache] zremrangebyscore() is not implemented in development")
44
45 def zcount(self, key: str, min: int, max: int) -> int:
46 logger.warning("[agentops.common.cache] zcount() is not implemented in development")
47 return 0
48
49 class SimpleCache(BaseDevCache):
50 """In-memory cache for local development."""

Callers 3

is_blockedFunction · 0.80
get_countFunction · 0.80
zcountFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected