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

Method GetGrDataPath

src/render_panel/gr_settings.cpp:498–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496 }
497
498 std::string GrSettings::GetGrDataPath() {
499 return gr_data_path_;
500 }
501
502 std::string GrSettings::GetGrDataCachePath() {
503 return gr_data_path_ + "/cache";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected