MCPcopy Create free account
hub / github.com/antirez/disque / parseScanCursorOrReply

Function parseScanCursorOrReply

src/object.c:541–554  ·  view source on GitHub ↗

Try to parse a SCAN-like cursor stored at object 'o': * if the cursor is valid, store it as unsigned integer into *cursor and * returns C_OK. Otherwise return C_ERR and send an error to the * client. * * Used by QSCAN & JSCAN. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

qscanCommandFunction · 0.85
jscanCommandFunction · 0.85

Calls 1

addReplyErrorFunction · 0.85

Tested by

no test coverage detected