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

Method GetModificationTime

libs/editor/xml_feature.cpp:344–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342/// @}
343
344time_t XMLFeature::GetModificationTime() const
345{
346 return base::StringToTimestamp(GetRootNode().attribute(kTimestamp).value());
347}
348
349void XMLFeature::SetModificationTime(time_t const time)
350{

Callers 2

FillFeatureInfoMethod · 0.80
UNIT_TESTFunction · 0.80

Calls 2

StringToTimestampFunction · 0.85
valueMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64