| 126 | } |
| 127 | |
| 128 | std::map<std::string, SdkCaptureMonitorInfo> ClientContext::GetCapturingMonitorInfoMap() { |
| 129 | return capturing_info_map_; |
| 130 | } |
| 131 | |
| 132 | void ClientContext::SetPluginManager(const std::shared_ptr<ClientPluginManager>& mgr) { |
| 133 | plugin_mgr_ = mgr; |
nothing calls this directly
no outgoing calls
no test coverage detected