Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ _chunks_key
Function
_chunks_key
apps/output/streaming_chunk_cache.py:20–21 ·
view source on GitHub ↗
(base_key)
Source
from the content-addressed store, hash-verified
18
19
20
def
_chunks_key(base_key):
21
return
f
"{base_key}:chunks"
22
23
24
def
_ready_key(base_key):
Callers
6
test_leader_caches_chunks_and_sets_ready
Method · 0.90
_clear_build_keys
Function · 0.85
_refresh_build_ttl
Function · 0.85
_stream_ready
Function · 0.85
_stream_build
Function · 0.85
_stream_follow
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_leader_caches_chunks_and_sets_ready
Method · 0.72