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

Method TempFile

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

Source from the content-addressed store, hash-verified

70 }
71
72 std::string TempFile(std::string_view path) {
73 return temp_dir_->path().Join(std::string(path)).ValueOrDie().ToString();
74 }
75
76 void TearDown() { EnsureFileDeleted(); }
77

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