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

Method ~SendMongoResponse

src/brpc/policy/mongo_protocol.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61};
62
63SendMongoResponse::~SendMongoResponse() {
64 LogErrorTextAndDelete(false)(&cntl);
65}
66
67void SendMongoResponse::Run() {
68 std::unique_ptr<SendMongoResponse> delete_self(this);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected