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

Function MakeTestFeatureID

libs/routing/routing_tests/road_graph_builder.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110FeatureID MakeTestFeatureID(uint32_t offset)
111{
112 static TestValidFeatureIDProvider instance;
113 return instance.MakeFeatureID(offset);
114}
115
116void InitRoadGraphMockSourceWithTest1(RoadGraphMockSource & src)
117{

Callers 4

UNIT_TESTFunction · 0.85
TestNearestOnMock1Function · 0.85
UNIT_TESTFunction · 0.85

Calls 1

MakeFeatureIDMethod · 0.80

Tested by 3

UNIT_TESTFunction · 0.68
TestNearestOnMock1Function · 0.68
UNIT_TESTFunction · 0.68