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

Function delete

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

Delete a key from the cache.

(key: str)

Source from the content-addressed store, hash-verified

152
153
154def delete(key: str) -> None:
155 """Delete a key from the cache."""
156 _backend.delete(key)
157
158
159def zadd(key: str, mapping: dict) -> None:

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…