MCPcopy Index your code
hub / github.com/redis/node-redis / #continueDecodeArrayLength

Method #continueDecodeArrayLength

packages/client/lib/RESP/decoder.ts:754–760  ·  view source on GitHub ↗
(lengthCb, typeMapping, chunk)

Source from the content-addressed store, hash-verified

752 }
753
754 #continueDecodeArrayLength(lengthCb, typeMapping, chunk) {
755 return this.#decodeArrayWithLength(
756 lengthCb(chunk),
757 typeMapping,
758 chunk
759 );
760 }
761
762 #decodeArrayItems(array, filled, typeMapping, chunk) {
763 for (let i = filled; i < array.length; i++) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected