MCPcopy 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
73def _consume(response):

Callers 2

_stream_buildFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected