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

Method IsInitialized

src/brpc/redis.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79bool RedisRequest::IsInitialized() const {
80 return _ncommand != 0;
81}
82
83void RedisRequest::Swap(RedisRequest* other) {
84 if (other != this) {

Callers 11

TEST_FFunction · 0.45
SetConnectedMethod · 0.45
HandleRpcResponseMethod · 0.45
SerializeRequestDefaultFunction · 0.45
ReadAMFObjectFunction · 0.45
SerializeHttpRequestFunction · 0.45
ProcessHttpRequestFunction · 0.45
SendSofaResponseFunction · 0.45
SerializeResponseFunction · 0.45
SerializeRpcRequestFunction · 0.45
SendHuluResponseFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36