MCPcopy 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
32def _lock_key(base_key):
33 return f"{base_key}:lock"
34
35
36def _decode_chunk(chunk):

Callers 6

_clear_build_keysFunction · 0.85
_try_acquire_lockFunction · 0.85
_refresh_build_ttlFunction · 0.85
_stream_buildFunction · 0.85
_stream_followFunction · 0.85

Calls

no outgoing calls