MCPcopy 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

SetupMethod · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected