Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
SendMongoResponse::~SendMongoResponse() {
64
LogErrorTextAndDelete(false)(&cntl);
65
}
66
67
void SendMongoResponse::Run() {
68
std::unique_ptr<SendMongoResponse> delete_self(this);
Callers
nothing calls this directly
Calls
1
LogErrorTextAndDelete
Class · 0.85
Tested by
no test coverage detected