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

Function mtime

cpp/src/arrow/filesystem/filesystem.h:92–92  ·  view source on GitHub ↗

The time of last modification, if available

Source from the content-addressed store, hash-verified

90
91 /// The time of last modification, if available
92 TimePoint mtime() const { return mtime_; }
93 void set_mtime(TimePoint mtime) { mtime_ = mtime; }
94
95 bool IsFile() const { return type_ == FileType::File; }

Callers 1

EqualsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected