Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsVisited
Method
IsVisited
libs/map/search_mark.cpp:638–641 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
636
}
637
638
bool SearchMarks::IsVisited(FeatureID const & id) const
639
{
640
return m_visitedSearchMarks.find(id) != m_visitedSearchMarks.cend();
641
}
642
643
void SearchMarks::SetSelected(FeatureID const & id)
644
{
Callers
1
FillSearchResultsMarks
Method · 0.80
Calls
2
find
Method · 0.45
cend
Method · 0.45
Tested by
no test coverage detected