MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / reverseCopy

Function reverseCopy

source/core/StarAlgorithm.hpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269
270template <typename Container>
271Container reverseCopy(Container c) {
272 reverse(c);
273 return c;
274}
275
276template <typename T>
277T copy(T c) {

Callers

nothing calls this directly

Calls 1

reverseFunction · 0.70

Tested by

no test coverage detected