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

Method #continueDecodeValue

packages/client/lib/RESP/decoder.ts:220–223  ·  view source on GitHub ↗
(cb, next, chunk)

Source from the content-addressed store, hash-verified

218 }
219
220 #continueDecodeValue(cb, next, chunk) {
221 this.#next = undefined;
222 return this.#handleDecodedValue(cb, next(chunk));
223 }
224
225 #decodeNull() {
226 this.#cursor += 2; // skip \r\n

Callers

nothing calls this directly

Calls 1

#handleDecodedValueMethod · 0.95

Tested by

no test coverage detected