Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ llen
Method
llen
apps/output/test_streaming_chunk_cache.py:69–70 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
67
return
None
68
69
def
llen(self, key):
70
return
len(self._lists.get(key, []))
71
72
73
def
_consume(response):
Callers
2
test_leader_caches_chunks_and_sets_ready
Method · 0.95
_stream_build
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected