Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
uint64_t ItemDescriptor::count() const {
54
return m_count;
55
}
56
57
Json const& ItemDescriptor::parameters() const {
58
return m_parameters;
Callers
2
multiply
Method · 0.95
applyParameters
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected