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

Method TempFile

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

Source from the content-addressed store, hash-verified

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

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