Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ size
Method
size
source/core/StarMultiArray.hpp:182–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
181
template <typename Element, size_t Rank>
182
size_t MultiArray<Element, Rank>::size(size_t dimension) const {
183
return m_shape[dimension];
184
}
185
186
template <typename Element, size_t Rank>
187
void MultiArray<Element, Rank>::clear() {
Callers
2
copy
Method · 0.45
count
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected