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

Method HasBookmark

libs/map/bookmark_manager.cpp:2456–2461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2454}
2455
2456bool BookmarkManager::HasBookmark(kml::MarkId markId) const
2457{
2458 CHECK_THREAD_CHECKER(m_threadChecker, ());
2459 ASSERT(IsBookmark(markId), ());
2460 return (GetBookmark(markId) != nullptr);
2461}
2462
2463bool BookmarkManager::HasTrack(kml::TrackId trackId) const
2464{

Callers

nothing calls this directly

Calls 2

ASSERTFunction · 0.85
GetBookmarkFunction · 0.85

Tested by

no test coverage detected