Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ IsPluginEnabled
Method
IsPluginEnabled
src/render/plugin_interface/gr_plugin_interface.cpp:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
bool GrPluginInterface::IsPluginEnabled() {
77
return plugin_enabled_;
78
}
79
80
void GrPluginInterface::EnablePlugin() {
81
plugin_enabled_ = true;
Callers
7
Run
Method · 0.45
SendPluginsInfoInternal
Method · 0.45
Encode
Method · 0.45
OnDisplayDeviceChange
Method · 0.45
LoadAllPlugins
Method · 0.45
DumpPluginInfo
Method · 0.45
OnCaptureFrame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected