| 320 | } |
| 321 | |
| 322 | void ChartBridge::SetDarkModeInfo(bool isDark, std::map<int, int> &colors) { |
| 323 | if (chart_ == nullptr) { |
| 324 | return; |
| 325 | } |
| 326 | chart_->GetDarkModeManager().SetDarkModeInfo(isDark,colors); |
| 327 | } |
no outgoing calls
no test coverage detected