Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
270
template <typename Container>
271
Container reverseCopy(Container c) {
272
reverse(c);
273
return c;
274
}
275
276
template <typename T>
277
T copy(T c) {
Callers
nothing calls this directly
Calls
1
reverse
Function · 0.70
Tested by
no test coverage detected