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

Method Destroy

test/brpc_redis_unittest.cpp:901–903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899 : _password(std::move(password)) {}
900
901 void Destroy() override {
902 delete this;
903 }
904
905 const std::string _password;
906};

Callers 3

TESTFunction · 0.45
CheckResponseCodeMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected