MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / rpush

Method rpush

apps/output/test_streaming_chunk_cache.py:60–61  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

58 return True
59
60 def rpush(self, key, value):
61 self._lists.setdefault(key, []).append(value)
62
63 def lindex(self, key, offset):
64 items = self._lists.get(key, [])

Callers 1

_stream_buildFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected