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

Method Array

source/core/StarArray.hpp:113–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112template <typename Element, size_t Size>
113Array<Element, Size>::Array()
114 : Base() {}
115
116template <typename Element, size_t Size>
117Array<Element, Size>::Array(Element const& e1) {

Callers

nothing calls this directly

Calls 5

beginFunction · 0.85
copyFunction · 0.70
setFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected