MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetSkinName

Method GetSkinName

src/render_panel/gr_application.cpp:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 }
537
538 std::string GrApplication::GetSkinName() {
539 return skin_ ? skin_->GetSkinName().toStdString() : "";
540 }
541
542 bool GrApplication::IsSpvrClientAlive() {
543 return spvr_client_ && spvr_client_->IsAlive();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected