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

Method lastEditTime

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

Get the time that this module was last edited \return The `std::time_t` at which it was last edited

Source from the content-addressed store, hash-verified

99 /// Get the time that this module was last edited
100 /// \return The `std::time_t` at which it was last edited
101 std::time_t lastEditTime() const { return mLastEditTime; }
102
103 /// Update the last edit time, signifying that it's been edited
104 /// \param newLastEditTime The new time, or current time for default

Callers 1

compileModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected