Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ValueOrDie
Method · 0.80
ToString
Method · 0.45
Join
Method · 0.45
path
Method · 0.45
Tested by
no test coverage detected