MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / getTimestamp

Method getTimestamp

src/helper.cpp:774–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772
773
774unsigned long Helper::getTimestamp() {
775 unsigned long myTime = (std::chrono::system_clock::now().time_since_epoch().count()) / 1000000;
776 return myTime;
777}
778
779
780

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected