| 1048 | } |
| 1049 | |
| 1050 | std::string TempFile(std::string_view file) { |
| 1051 | return temp_dir_->path().Join(std::string(file)).ValueOrDie().ToString(); |
| 1052 | } |
| 1053 | |
| 1054 | void TearDown() { io::MemoryMapFixture::TearDown(); } |
| 1055 |
nothing calls this directly
no test coverage detected