MCPcopy Create free account
hub / github.com/apache/arrow / TempFile

Method TempFile

cpp/src/arrow/io/file_test.cc:624–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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_;

Callers

nothing calls this directly

Calls 4

ValueOrDieMethod · 0.80
ToStringMethod · 0.45
JoinMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected