Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ user_message
Function
user_message
src/brpc/socket.cpp:346–348 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
344
_pc_and_udmsg.reset_extra();
345
}
346
SocketMessage* user_message() const {
347
return _pc_and_udmsg.get();
348
}
349
void clear_user_message() {
350
_pc_and_udmsg.reset();
351
}
Callers
2
reset_pipelined_count_and_user_message
Function · 0.85
Setup
Method · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected