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

Method SetVisited

libs/map/search_mark.cpp:426–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void SearchMarkPoint::SetVisited(bool isVisited)
427{
428 SET_BOOL_ATTRIBUTE(m_isVisited, isVisited);
429}
430
431void SearchMarkPoint::SetAvailable(bool isAvailable)
432{

Callers 4

OnActivateMethod · 0.80
OnDeactivateMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected