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

Method name

source/game/StarItem.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64Item::~Item() {}
65
66String Item::name() const {
67 return m_name;
68}
69
70uint64_t Item::count() const {
71 return m_count;

Callers 2

stackableWithMethod · 0.45
matchesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected