MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / _status_key

Function _status_key

apps/output/streaming_chunk_cache.py:28–29  ·  view source on GitHub ↗
(base_key)

Source from the content-addressed store, hash-verified

26
27
28def _status_key(base_key):
29 return f"{base_key}:status"
30
31
32def _lock_key(base_key):

Callers 5

_get_statusFunction · 0.85
_clear_build_keysFunction · 0.85
_refresh_build_ttlFunction · 0.85
_stream_buildFunction · 0.85

Calls

no outgoing calls