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

Function zadd

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

Add elements to a sorted set.

(key: str, mapping: dict)

Source from the content-addressed store, hash-verified

157
158
159def zadd(key: str, mapping: dict) -> None:
160 """Add elements to a sorted set."""
161 _backend.zadd(key, mapping)
162
163
164def zremrangebyscore(key: str, min: int, max: int) -> None:

Callers

nothing calls this directly

Calls 1

zaddMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…