Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
365
time_t XMLFeature::GetUploadTime() const
366
{
367
return base::StringToTimestamp(GetRootNode().attribute(kUploadTimestamp).value());
368
}
369
370
void XMLFeature::SetUploadTime(time_t const time)
371
{
Callers
2
IsObsolete
Function · 0.80
FillFeatureInfo
Method · 0.80
Calls
2
StringToTimestamp
Function · 0.85
value
Method · 0.45
Tested by
no test coverage detected