| 55 | } |
| 56 | |
| 57 | std::string ServiceContext::GetAppExeFolderPath() { |
| 58 | auto exe_path = QString::fromStdWString(FolderUtil::GetCurrentFilePath()).toStdString(); |
| 59 | return FileUtil::GetFileFolder(exe_path); |
| 60 | } |
| 61 | |
| 62 | } |
nothing calls this directly
no outgoing calls
no test coverage detected