| 622 | void TearDown() override { MemoryMapFixture::TearDown(); } |
| 623 | |
| 624 | std::string TempFile(std::string_view path) { |
| 625 | return temp_dir_->path().Join(std::string(path)).ValueOrDie().ToString(); |
| 626 | } |
| 627 | |
| 628 | protected: |
| 629 | std::unique_ptr<TemporaryDir> temp_dir_; |
nothing calls this directly
no test coverage detected