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

Method Attach

libs/map/track.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void Track::Attach(kml::MarkGroupId groupId)
200{
201 ASSERT_EQUAL(m_groupID, kml::kInvalidMarkGroupId, ());
202 m_groupID = groupId;
203}
204
205void Track::Detach()
206{

Callers 5

CreateBookmarkMethod · 0.45
AttachBookmarkMethod · 0.45
AttachTrackMethod · 0.45
CreateCategoriesMethod · 0.45
RenderTrackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected