Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
template<typename Stream>
85
inline void writeByte(const unsigned char c, Stream& out) {
86
out.write(&c, 1);
87
}
88
89
template<typename Stream>
90
inline unsigned char readByte(Stream& in) {
Callers
3
write
Method · 0.85
writeUnsigned64
Function · 0.85
writeUnsigned32
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected