Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ Write_b7
Method
Write_b7
src/SB/Core/x/xserializer.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
S32 xSerial::Write_b7(U32 bits)
136
{
137
return Write((char*)&bits, 4, -7);
138
}
139
140
S32 xSerial::Write(U8 data)
141
{
Callers
1
zEntPickup_Save
Function · 0.80
Calls
1
Write
Function · 0.85
Tested by
no test coverage detected