Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ _get_status
Function
_get_status
apps/output/streaming_chunk_cache.py:70–74 ·
view source on GitHub ↗
(redis, base_key)
Source
from the content-addressed store, hash-verified
68
69
70
def
_get_status(redis, base_key):
71
raw = redis.get(_status_key(base_key))
72
if
raw is None:
73
return
None
74
return
_decode_chunk(raw)
75
76
77
def
_clear_build_keys(redis, base_key):
Callers
2
_stream_follow
Function · 0.85
stream_cached_response
Function · 0.85
Calls
3
_status_key
Function · 0.85
_decode_chunk
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected