MCPcopy 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
25void DataOutputStream::writeBoolean(bool value) {
26 this->m_outputStream->write(value);
27 ++this->m_size;
28}
29
30void DataOutputStream::writeByte(unsigned char value) {
31 this->m_outputStream->write(value);

Callers 8

writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected