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

Method TempFile

cpp/src/arrow/ipc/read_write_test.cc:1050–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048 }
1049
1050 std::string TempFile(std::string_view file) {
1051 return temp_dir_->path().Join(std::string(file)).ValueOrDie().ToString();
1052 }
1053
1054 void TearDown() { io::MemoryMapFixture::TearDown(); }
1055

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