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

Function File

cpp/src/arrow/filesystem/test_util.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33static constexpr double kTimeSlack = 2.0; // In seconds
34
35static inline FileInfo File(std::string path) {
36 return FileInfo(std::move(path), FileType::File);
37}
38
39static inline FileInfo Dir(std::string path) {
40 return FileInfo(std::move(path), FileType::Directory);

Callers

nothing calls this directly

Calls 1

FileInfoClass · 0.70

Tested by

no test coverage detected