Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ markAsIrregular
Method
markAsIrregular
src/core/map.cpp:875–878 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
873
874
875
void Map::markAsIrregular(Object* object)
876
{
877
irregular_objects.insert(object);
878
}
879
880
const std::set<Object*> Map::irregularObjects() const
881
{
Callers
1
load
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected