Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ copy
Function
copy
source/core/StarAlgorithm.hpp:277–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
276
template <typename T>
277
T copy(T c) {
278
return c;
279
}
280
281
template <typename Container>
282
typename Container::value_type sum(Container const& cont) {
Callers
8
copy
Method · 0.70
baseName
Method · 0.70
dirName
Method · 0.70
backupFileInSequence
Method · 0.70
RangeIterator
Method · 0.70
RangeIterator
Class · 0.70
Array
Method · 0.70
StarArray.hpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected