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

Method GrDatabase

src/render_panel/database/gr_database.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15{
16
17 GrDatabase::GrDatabase(const std::shared_ptr<GrContext>& ctx) {
18 context_ = ctx;
19 }
20
21 bool GrDatabase::Init() {
22 std::string base_path = QString::fromStdWString(FolderUtil::GetProgramDataPath()).toStdString();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected