MCPcopy 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

StartStreamMethod · 0.80
StControllerMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected