Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ValidateTimePoint
Function
ValidateTimePoint
cpp/src/arrow/filesystem/test_util.cc:88–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void ValidateTimePoint(TimePoint tp) { ASSERT_GE(tp.time_since_epoch().count(), 0); }
89
90
void AssertRaisesWithErrno(int expected_errno, const Status& st) {
91
ASSERT_RAISES(IOError, st);
Callers
3
TestGetFileInfo
Method · 0.85
TestGetFileInfoVector
Method · 0.85
TestGetFileInfoSelector
Method · 0.85
Calls
1
count
Method · 0.45
Tested by
no test coverage detected