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

Method GetUploadTime

libs/editor/xml_feature.cpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365time_t XMLFeature::GetUploadTime() const
366{
367 return base::StringToTimestamp(GetRootNode().attribute(kUploadTimestamp).value());
368}
369
370void XMLFeature::SetUploadTime(time_t const time)
371{

Callers 2

IsObsoleteFunction · 0.80
FillFeatureInfoMethod · 0.80

Calls 2

StringToTimestampFunction · 0.85
valueMethod · 0.45

Tested by

no test coverage detected