MCPcopy Create free account
hub / github.com/culvertsoft/mgen / writeByte

Function writeByte

mgen-cpplib/src/main/cpp/mgen/serialization/VarInt.h:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84template<typename Stream>
85inline void writeByte(const unsigned char c, Stream& out) {
86 out.write(&c, 1);
87}
88
89template<typename Stream>
90inline unsigned char readByte(Stream& in) {

Callers 3

writeMethod · 0.85
writeUnsigned64Function · 0.85
writeUnsigned32Function · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected