MCPcopy 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
830short 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.cppFile · 0.85
GetShortMethod · 0.85
ReadStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected