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

Method IsCurrentDdaCapture

src/render/rd_app.cpp:862–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860 }
861
862 bool RdApplication::IsCurrentDdaCapture() {
863 std::lock_guard<std::mutex> lk(capture_plugin_mtx_);
864 return capture_plugin_ && capture_plugin_->GetPluginId() == kDdaCapturePluginId;
865 }
866
867 bool RdApplication::TryInitDdaCapture() {
868 if (!dda_capture_plugin_) {

Callers

nothing calls this directly

Calls 1

GetPluginIdMethod · 0.45

Tested by

no test coverage detected