MCPcopy 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
638bool SearchMarks::IsVisited(FeatureID const & id) const
639{
640 return m_visitedSearchMarks.find(id) != m_visitedSearchMarks.cend();
641}
642
643void SearchMarks::SetSelected(FeatureID const & id)
644{

Callers 1

Calls 2

findMethod · 0.45
cendMethod · 0.45

Tested by

no test coverage detected