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

Method SetName

libs/map/track.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void Track::SetName(std::string const & name)
87{
88 kml::SetDefaultStr(m_data.m_name, name);
89}
90
91std::string Track::GetDescription() const
92{

Callers 5

OnSaveMethod · 0.45
SetCategoryNameMethod · 0.45
ExecuteMapApiRequestMethod · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls 1

SetDefaultStrFunction · 0.85

Tested by 1

UNIT_CLASS_TESTFunction · 0.36