Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ PartitionSpaceReset
Function
PartitionSpaceReset
src/SB/Core/x/xPartition.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
static void PartitionSpaceReset(_tagPartSpace* space)
15
{
16
memset(space, 0, sizeof(_tagPartSpace));
17
}
18
19
static void PartitionSpaceInsert(_tagPartSpace* space, void* data)
20
{
Callers
2
xPartitionVolume
Function · 0.85
xPartitionWorld
Function · 0.85
Calls
1
memset
Function · 0.85
Tested by
no test coverage detected