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

Function now

framework/src/bundle/BundleArchive.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 {
42
43 int64_t
44 now()
45 {
46 namespace sc = std::chrono;
47 return sc::duration_cast<sc::milliseconds>(sc::steady_clock::now().time_since_epoch()).count();
48 }
49
50 } // namespace
51

Calls 1

countMethod · 0.45