MCPcopy Create free account
hub / github.com/Tom94/tev / setFileLastModified

Method setFileLastModified

include/tev/Image.h:191–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 fs::file_time_type fileLastModified() const { return mFileLastModified; }
190
191 void setFileLastModified(fs::file_time_type value) { mFileLastModified = value; }
192
193 std::string_view channelSelector() const & { return mChannelSelector; }
194

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected