get absolute path to expected storage, assuming default cache prefix
| 57 | } |
| 58 | // get absolute path to expected storage, assuming default cache prefix |
| 59 | QStringList getStorage(QString relative) |
| 60 | { |
| 61 | return {FS::PathCombine(cache->getBasePath("libraries"), relative)}; |
| 62 | } |
| 63 | |
| 64 | RuntimeContext dummyContext(QString system = "linux", QString arch = "64", QString realArch = "amd64") { |
| 65 | RuntimeContext r; |
nothing calls this directly
no test coverage detected