MCPcopy Create free account
hub / github.com/apache/brpc / is_array

Method is_array

src/brpc/redis_reply.h:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192inline bool RedisReply::is_string() const
193{ return _type == REDIS_REPLY_STRING || _type == REDIS_REPLY_STATUS; }
194inline bool RedisReply::is_array() const { return _type == REDIS_REPLY_ARRAY; }
195
196inline int64_t RedisReply::integer() const {
197 if (is_integer()) {

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64