Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void BytesDataOutput::writeInt(std::int32_t v)
50
{
51
writeBytes(&v, sizeof(std::int32_t));
52
}
53
54
void BytesDataOutput::writeLongLong(std::int64_t v)
55
{
Callers
4
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected