MCPcopy Create free account
hub / github.com/chigraph/chigraph / updateLastEditTime

Method updateLastEditTime

libchigraph/include/chi/ChiModule.hpp:105–107  ·  view source on GitHub ↗

Update the last edit time, signifying that it's been edited \param newLastEditTime The new time, or current time for default

Source from the content-addressed store, hash-verified

103 /// Update the last edit time, signifying that it's been edited
104 /// \param newLastEditTime The new time, or current time for default
105 void updateLastEditTime(std::time_t newLastEditTime = std::time(nullptr)) {
106 mLastEditTime = newLastEditTime;
107 }
108
109private:
110 boost::filesystem::path mFullName;

Callers 15

insertNodeMethod · 0.80
removeNodeMethod · 0.80
getOrInsertEntryNodeMethod · 0.80
addDataInputMethod · 0.80
removeDataInputMethod · 0.80
renameDataInputMethod · 0.80
retypeDataInputMethod · 0.80
addDataOutputMethod · 0.80
removeDataOutputMethod · 0.80
renameDataOutputMethod · 0.80
addExecInputMethod · 0.80
removeExecInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected