MCPcopy Create free account
hub / github.com/apache/brpc / operator()

Method operator()

src/brpc/input_messenger.cpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187struct RunLastMessage {
188 inline void operator()(InputMessageBase* last_msg) {
189 ProcessInputMessage(last_msg);
190 }
191};
192
193InputMessageClosure::~InputMessageClosure() noexcept(false) {

Callers

nothing calls this directly

Calls 1

ProcessInputMessageFunction · 0.85

Tested by

no test coverage detected