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

Method GetMark

libs/map/bookmark_manager.cpp:273–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273UserMark const * BookmarkManager::GetMark(kml::MarkId markId) const
274{
275 CHECK_THREAD_CHECKER(m_threadChecker, ());
276 if (IsBookmark(markId))
277 return GetBookmark(markId);
278 return GetUserMark(markId);
279}
280
281UserMark const * BookmarkManager::GetUserMark(kml::MarkId markId) const
282{

Callers 2

GetUserPointMarkMethod · 0.45
AcceptDirtyItemsMethod · 0.45

Calls 1

GetBookmarkFunction · 0.85

Tested by

no test coverage detected