Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ StartArray
Method
StartArray
source/common/engine/serializer_internal.h:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void StartArray()
86
{
87
if (mWriter1) mWriter1->StartArray();
88
else if (mWriter2) mWriter2->StartArray();
89
}
90
91
void EndArray()
92
{
Callers
4
WriteArray
Method · 0.80
serializer_raze.cpp
File · 0.80
BeginArray
Method · 0.80
serializer.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected