Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GRAnimated/MinecraftLCE
/ writeBoolean
Method
writeBoolean
src/Minecraft.World/java/io/DataOutputStream.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void DataOutputStream::writeBoolean(bool value) {
26
this->m_outputStream->write(value);
27
++this->m_size;
28
}
29
30
void DataOutputStream::writeByte(unsigned char value) {
31
this->m_outputStream->write(value);
Callers
8
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
write
Method · 0.80
Calls
1
write
Method · 0.45
Tested by
no test coverage detected