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

Method SetModificationTime

libs/editor/xml_feature.cpp:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void XMLFeature::SetModificationTime(time_t const time)
350{
351 SetAttribute(kTimestamp, base::TimestampToString(time));
352}
353
354uint32_t XMLFeature::GetMWMFeatureIndex() const
355{

Callers 3

SaveMethod · 0.80
GenerateUploadedFeatureFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 1

TimestampToStringFunction · 0.50

Tested by 2

GenerateUploadedFeatureFunction · 0.64
UNIT_TESTFunction · 0.64