MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~FreqCtrlConfig

Method ~FreqCtrlConfig

phxsqlproxy/plugin/requestfilter/freqctrlconfig.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100FreqCtrlConfig::~FreqCtrlConfig() {
101 for (auto & itr : db_bucket_) {
102 delete itr.second, itr.second = NULL;
103 }
104}
105
106FreqCtrlConfig * FreqCtrlConfig::GetDefault() {
107 static FreqCtrlConfig config;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected