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

Method CreatedByConnect

src/brpc/socket.cpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299bool Socket::CreatedByConnect() const {
300 return _user == static_cast<SocketUser*>(get_client_side_messenger());
301}
302
303SocketMessage* const DUMMY_USER_MESSAGE = (SocketMessage*)0x1;
304const uint32_t MAX_PIPELINED_COUNT = 16384;

Callers 8

CutInputMessageMethod · 0.80
ParseHttpMessageFunction · 0.80
AppendAndDestroySelfMethod · 0.80
is_client_sideMethod · 0.80
FeedMethod · 0.80
PrintConnectionsMethod · 0.80
OnNewDataFromTcpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected