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

Method size

source/core/StarParametricFunction.hpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151template <typename IndexType, typename ValueType>
152size_t ParametricTable<IndexType, ValueType>::size() const {
153 return m_indexes.size();
154}
155
156template <typename IndexType, typename ValueType>
157bool ParametricTable<IndexType, ValueType>::empty() const {

Callers 1

ParametricTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected