Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
bool RedisRequest::IsInitialized() const {
80
return _ncommand != 0;
81
}
82
83
void RedisRequest::Swap(RedisRequest* other) {
84
if (other != this) {
Callers
11
TEST_F
Function · 0.45
SetConnected
Method · 0.45
HandleRpcResponse
Method · 0.45
SerializeRequestDefault
Function · 0.45
ReadAMFObject
Function · 0.45
SerializeHttpRequest
Function · 0.45
ProcessHttpRequest
Function · 0.45
SendSofaResponse
Function · 0.45
SerializeResponse
Function · 0.45
SerializeRpcRequest
Function · 0.45
SendHuluResponse
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36