Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/redis/node-redis
/ #decodeNull
Method
#decodeNull
packages/client/lib/RESP/decoder.ts:225–228 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
223
}
224
225
#decodeNull() {
226
this.#cursor += 2;
// skip \r\n
227
return
null;
228
}
229
230
#decodeBoolean(chunk) {
231
const
boolean = chunk[this.#cursor] === ASCII.t;
Callers
2
#decodeTypeValue
Method · 0.95
#decodeNestedTypeValue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected