Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ TouchFile
Function
TouchFile
cpp/src/arrow/util/io_util_test.cc:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void TouchFile(const PlatformFilename& path) {
74
ASSERT_OK_AND_ASSIGN(FileDescriptor fd, FileOpenWritable(path));
75
ASSERT_OK(fd.Close());
76
}
77
78
TEST(ErrnoFromStatus, Basics) {
79
Status st;
Callers
1
TEST
Function · 0.85
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected