MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetCapturingMonitorInfoMap

Method GetCapturingMonitorInfoMap

src/client/ct_client_context.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected