Wrapper for streamGenericParseIDOrReply() used by module API. */
| 1722 | |
| 1723 | /* Wrapper for streamGenericParseIDOrReply() used by module API. */ |
| 1724 | int 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. */ |
no test coverage detected