Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
344
time_t XMLFeature::GetModificationTime() const
345
{
346
return base::StringToTimestamp(GetRootNode().attribute(kTimestamp).value());
347
}
348
349
void XMLFeature::SetModificationTime(time_t const time)
350
{
Callers
2
FillFeatureInfo
Method · 0.80
UNIT_TEST
Function · 0.80
Calls
2
StringToTimestamp
Function · 0.85
value
Method · 0.45
Tested by
1
UNIT_TEST
Function · 0.64