MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / SetLastModified

Method SetLastModified

framework/src/bundle/BundleArchive.cpp:156–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 void
157 BundleArchive::SetLastModified(TimeStamp const& ts)
158 {
159 namespace sc = std::chrono;
160
161 lastModified = sc::duration_cast<sc::milliseconds>(ts.time_since_epoch()).count();
162 }
163
164 int32_t
165 BundleArchive::GetAutostartSetting() const

Callers 1

UninstallMethod · 0.80

Calls 1

countMethod · 0.45

Tested by

no test coverage detected