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

Function clear_user_message

src/brpc/socket.cpp:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347 return _pc_and_udmsg.get();
348 }
349 void clear_user_message() {
350 _pc_and_udmsg.reset();
351 }
352 void set_pipelined_count_and_user_message(
353 uint32_t pc, SocketMessage* msg, uint32_t auth_flags) {
354 if (auth_flags) {

Callers 1

SetupMethod · 0.85

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected