Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
void Track::Attach(kml::MarkGroupId groupId)
200
{
201
ASSERT_EQUAL(m_groupID, kml::kInvalidMarkGroupId, ());
202
m_groupID = groupId;
203
}
204
205
void Track::Detach()
206
{
Callers
5
CreateBookmark
Method · 0.45
AttachBookmark
Method · 0.45
AttachTrack
Method · 0.45
CreateCategories
Method · 0.45
RenderTrack
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected