MCPcopy Create free account
hub / github.com/EndstoneMC/endstone / writeInt

Method writeInt

src/bedrock/util/data_io.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void BytesDataOutput::writeInt(std::int32_t v)
50{
51 writeBytes(&v, sizeof(std::int32_t));
52}
53
54void BytesDataOutput::writeLongLong(std::int64_t v)
55{

Callers 4

writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected