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

Function mtime

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

The time of last modification, if available

Source from the content-addressed store, hash-verified

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

Callers 1

EqualsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected