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

Function Append

libs/transit/transit_graph_data.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91template <typename T>
92void Append(vector<T> const & src, vector<T> & dst)
93{
94 dst.insert(dst.end(), src.begin(), src.end());
95}
96
97bool HasStop(vector<Stop> const & stops, StopId stopId)
98{

Callers 1

AppendToMethod · 0.70

Calls 3

insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected