Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
def
_status_key(base_key):
29
return
f
"{base_key}:status"
30
31
32
def
_lock_key(base_key):
Callers
5
test_leader_caches_chunks_and_sets_ready
Method · 0.90
_get_status
Function · 0.85
_clear_build_keys
Function · 0.85
_refresh_build_ttl
Function · 0.85
_stream_build
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_leader_caches_chunks_and_sets_ready
Method · 0.72