Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ GetPluginName
Method
GetPluginName
src/render/plugins/opus_encoder/opus_encoder_plugin.cpp:22–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
std::string OpusEncoderPlugin::GetPluginName() {
23
return
"OPUS Encoder"
;
24
}
25
26
std::string OpusEncoderPlugin::GetVersionName() {
27
return
"1.1.0"
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected