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

Method #decodeBlobStringWithLength

packages/client/lib/RESP/decoder.ts:587–589  ·  view source on GitHub ↗
(length, type, chunk)

Source from the content-addressed store, hash-verified

585 }
586
587 #decodeBlobStringWithLength(length, type, chunk) {
588 return this.#decodeStringWithLength(length, 2, type, chunk);
589 }
590
591 #decodeVerbatimString(type, chunk) {
592 return this.#continueDecodeVerbatimStringLength(

Calls 1

Tested by

no test coverage detected