MCPcopy Create free account
hub / github.com/Tencent/phxsql / GetDefault

Method GetDefault

phxsqlproxy/plugin/requestfilter/freqctrlconfig.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106FreqCtrlConfig * FreqCtrlConfig::GetDefault() {
107 static FreqCtrlConfig config;
108 return &config;
109}
110
111void FreqCtrlConfig::ReadConfig() {
112 for (auto & itr : db_bucket_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected