MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / streamParseIDOrReply

Function streamParseIDOrReply

src/t_stream.cpp:1732–1734  ·  view source on GitHub ↗

Wrapper for streamGenericParseIDOrReply() with 'strict' argument set to * 0, to be used when - and + are acceptable IDs. */

Source from the content-addressed store, hash-verified

1730/* Wrapper for streamGenericParseIDOrReply() with 'strict' argument set to
1731 * 0, to be used when - and + are acceptable IDs. */
1732int streamParseIDOrReply(client *c, robj *o, streamID *id, uint64_t missing_seq) {
1733 return streamGenericParseIDOrReply(c,o,id,missing_seq,0);
1734}
1735
1736/* Wrapper for streamGenericParseIDOrReply() with 'strict' argument set to
1737 * 1, to be used when we want to return an error if the special IDs + or -

Callers 2

xgroupCommandFunction · 0.85

Calls 1

Tested by

no test coverage detected