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

Method AddGraph

libs/routing/routing_tests/index_graph_tools.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void TestIndexGraphLoader::AddGraph(NumMwmId mwmId, unique_ptr<IndexGraph> graph)
122{
123 routing_test::AddGraph(m_graphs, mwmId, std::move(graph));
124}
125
126// TestTransitGraphLoader ----------------------------------------------------------------------------
127TestTransitGraphLoader::~TestTransitGraphLoader() = default;

Callers 1

BuildWorldGraphFunction · 0.80

Calls 1

AddGraphFunction · 0.85

Tested by

no test coverage detected