| 104 | } |
| 105 | |
| 106 | FreqCtrlConfig * FreqCtrlConfig::GetDefault() { |
| 107 | static FreqCtrlConfig config; |
| 108 | return &config; |
| 109 | } |
| 110 | |
| 111 | void FreqCtrlConfig::ReadConfig() { |
| 112 | for (auto & itr : db_bucket_) { |
nothing calls this directly
no outgoing calls
no test coverage detected