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

Method count

source/game/StarItemDescriptor.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53uint64_t ItemDescriptor::count() const {
54 return m_count;
55}
56
57Json const& ItemDescriptor::parameters() const {
58 return m_parameters;

Callers 2

multiplyMethod · 0.95
applyParametersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected