| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected