MCPcopy 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
70def _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
77def _clear_build_keys(redis, base_key):

Callers 2

_stream_followFunction · 0.85
stream_cached_responseFunction · 0.85

Calls 3

_status_keyFunction · 0.85
_decode_chunkFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected