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