| 83 | |
| 84 | |
| 85 | std::string Module::createPatchStorageDirectory() { |
| 86 | std::string path = getPatchStorageDirectory(); |
| 87 | system::createDirectories(path); |
| 88 | return path; |
| 89 | } |
| 90 | |
| 91 | |
| 92 | std::string Module::getPatchStorageDirectory() { |
nothing calls this directly
no test coverage detected