Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ BeginArray
Method
BeginArray
src/engine/shared/jsonwriter.cpp:45–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void CJsonWriter::BeginArray()
46
{
47
dbg_assert(CanWriteDatatype(),
"Cannot write array here"
);
48
WriteIndent(false);
49
WriteInternal(
"["
);
50
PushState(STATE_ARRAY);
51
}
52
53
void CJsonWriter::EndArray()
54
{
Callers
4
WriteToConfiguration
Method · 0.80
WriteConfiguration
Method · 0.80
UpdateRegisterServerInfo
Method · 0.80
TYPED_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TYPED_TEST
Function · 0.64