| 615 | void TearDown() override { MemoryMapFixture::TearDown(); } |
| 616 | |
| 617 | std::string TempFile(std::string_view path) { |
| 618 | return temp_dir_->path().Join(std::string(path)).ValueOrDie().ToString(); |
| 619 | } |
| 620 | |
| 621 | protected: |
| 622 | std::unique_ptr<TemporaryDir> temp_dir_; |
nothing calls this directly
no test coverage detected