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

Method AppendTo

libs/transit/transit_graph_data.cpp:333–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void GraphData::AppendTo(GraphData const & rhs)
334{
335 Append(rhs.m_stops, m_stops);
336 Append(rhs.m_gates, m_gates);
337 Append(rhs.m_edges, m_edges);
338 Append(rhs.m_transfers, m_transfers);
339 Append(rhs.m_lines, m_lines);
340 Append(rhs.m_shapes, m_shapes);
341 Append(rhs.m_networks, m_networks);
342}
343
344void GraphData::Clear()
345{

Callers 1

BuildTransitFunction · 0.80

Calls 1

AppendFunction · 0.70

Tested by

no test coverage detected