Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetBEShort
Function
GetBEShort
src/StringUtils.cpp:830–834 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
828
829
830
short GetBEShort(const char * a_Mem)
831
{
832
const Byte * Bytes = (const Byte *)a_Mem;
833
return (Bytes[0] << 8) | Bytes[1];
834
}
835
836
837
Callers
3
StringUtils.cpp
File · 0.85
GetShort
Method · 0.85
ReadString
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected