MCPcopy Create free account
hub / github.com/F-Stack/f-stack / streamParseID

Function streamParseID

app/redis-6.2.6/src/t_stream.c:1724–1726  ·  view source on GitHub ↗

Wrapper for streamGenericParseIDOrReply() used by module API. */

Source from the content-addressed store, hash-verified

1722
1723/* Wrapper for streamGenericParseIDOrReply() used by module API. */
1724int streamParseID(const robj *o, streamID *id) {
1725 return streamGenericParseIDOrReply(NULL, o, id, 0, 0);
1726}
1727
1728/* Wrapper for streamGenericParseIDOrReply() with 'strict' argument set to
1729 * 0, to be used when - and + are acceptable IDs. */

Callers 1

RM_StringToStreamIDFunction · 0.85

Calls 1

Tested by

no test coverage detected