| 123 | } |
| 124 | |
| 125 | std::vector<uint8_t> read_temp(const std::string &filename) |
| 126 | { |
| 127 | return vkb::filesystem::get()->read_file_binary(path::get(path::Type::Temp) + filename); |
| 128 | } |
| 129 | |
| 130 | void write_temp(const std::vector<uint8_t> &data, const std::string &filename) |
| 131 | { |
no test coverage detected