Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ StringToItem
Function
StringToItem
src/BlockID.cpp:218–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
217
218
bool StringToItem(const AString & a_ItemTypeString, cItem & a_Item)
219
{
220
return gsBlockIDMap.ResolveItem(TrimString(a_ItemTypeString), a_Item);
221
}
222
223
224
Callers
2
GetIniItemSet
Function · 0.85
ParseItem
Method · 0.85
Calls
2
TrimString
Function · 0.85
ResolveItem
Method · 0.80
Tested by
no test coverage detected