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

Method #continueDecodeTypeValue

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

Source from the content-addressed store, hash-verified

96 }
97
98 #continueDecodeTypeValue(type, chunk) {
99 this.#next = undefined;
100 return this.#decodeTypeValue(type, chunk);
101 }
102
103 #decodeTypeValue(type, chunk) {
104 switch (type) {

Callers

nothing calls this directly

Calls 1

#decodeTypeValueMethod · 0.95

Tested by

no test coverage detected