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

Method IsCheckpointAttached

libs/routing/guides_connections.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool GuidesConnections::IsCheckpointAttached(size_t checkpointIdx) const
135{
136 return m_checkpointsOnTracks.find(checkpointIdx) != m_checkpointsOnTracks.end();
137}
138
139std::vector<size_t> GetNeighbourIntermediatePoints(size_t checkpointIdx, size_t checkpointsCount)
140{

Callers 2

UNIT_TESTFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by 1

UNIT_TESTFunction · 0.64