Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
Item::~Item() {}
65
66
String Item::name() const {
67
return m_name;
68
}
69
70
uint64_t Item::count() const {
71
return m_count;
Callers
2
stackableWith
Method · 0.45
matches
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected