MCPcopy Create free account
hub / github.com/comaps/comaps / GetCurrentTimestamp

Function GetCurrentTimestamp

libs/routing/road_access.cpp:131–135  ·  view source on GitHub ↗

Functions ---------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

129
130// Functions ---------------------------------------------------------------------------------------
131time_t GetCurrentTimestamp()
132{
133 using system_clock = std::chrono::system_clock;
134 return system_clock::to_time_t(system_clock::now());
135}
136
137std::string ToString(RoadAccess::Type type)
138{

Callers 4

FillWeightsFunction · 0.85
IndexGraphClass · 0.85
RoadAccessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected