MCPcopy Create free account
hub / github.com/apache/brpc / ~InputMessageClosure

Method ~InputMessageClosure

src/brpc/input_messenger.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191};
192
193InputMessageClosure::~InputMessageClosure() noexcept(false) {
194 if (_msg) {
195 ProcessInputMessage(_msg);
196 }
197}
198
199void InputMessageClosure::reset(InputMessageBase* m) {
200 if (_msg) {

Callers

nothing calls this directly

Calls 1

ProcessInputMessageFunction · 0.85

Tested by

no test coverage detected