Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ ItemToFullString
Function
ItemToFullString
src/BlockID.cpp:245–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
244
245
AString ItemToFullString(const cItem & a_Item)
246
{
247
AString res;
248
Printf(res,
"%s:%d * %d"
, ItemToString(a_Item).c_str(), a_Item.m_ItemDamage, a_Item.m_ItemCount);
249
return res;
250
}
251
252
253
Callers
4
HandleRightClick
Method · 0.85
ParseWindowClick
Method · 0.85
HandlePressurePlate
Method · 0.85
Clicked
Method · 0.85
Calls
3
Printf
Function · 0.85
ItemToString
Function · 0.85
c_str
Method · 0.80
Tested by
no test coverage detected