Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ SetPreferDecoder
Method
SetPreferDecoder
src/render_panel/gr_settings.cpp:474–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
472
}
473
474
void GrSettings::SetPreferDecoder(const std::string& decoder) {
475
sp_->Put(kStPreferDecoder, decoder);
476
}
477
478
std::string GrSettings::GetPreferDecoder() {
479
return sp_->Get(kStPreferDecoder,
"Auto"
);
Callers
1
StController
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected