Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ _lock_key
Function
_lock_key
apps/output/streaming_chunk_cache.py:32–33 ·
view source on GitHub ↗
(base_key)
Source
from the content-addressed store, hash-verified
30
31
32
def
_lock_key(base_key):
33
return
f
"{base_key}:lock"
34
35
36
def
_decode_chunk(chunk):
Callers
6
test_leader_caches_chunks_and_sets_ready
Method · 0.90
_clear_build_keys
Function · 0.85
_try_acquire_lock
Function · 0.85
_refresh_build_ttl
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