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

Function FileModificationTimestamp

libs/map/bookmark_manager.cpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242kml::Timestamp FileModificationTimestamp(std::string const & fullFilePath)
243{
244 return kml::TimestampClock::from_time_t(Platform::GetFileModificationTime(fullFilePath));
245}
246} // namespace
247
248BookmarkManager::BookmarkManager(Callbacks && callbacks)

Callers 2

LoadBookmarkRoutineMethod · 0.85
CreateCategoriesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected