Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ BeginObject
Method
BeginObject
src/engine/shared/jsonwriter.cpp:28–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void CJsonWriter::BeginObject()
29
{
30
dbg_assert(CanWriteDatatype(),
"Cannot write object here"
);
31
WriteIndent(false);
32
WriteInternal(
"{"
);
33
PushState(STATE_OBJECT);
34
}
35
36
void CJsonWriter::EndObject()
37
{
Callers
6
SaveSkinfile
Method · 0.80
WriteToConfiguration
Method · 0.80
WriteConfiguration
Method · 0.80
OnUpdatePlayerServerInfo
Method · 0.80
UpdateRegisterServerInfo
Method · 0.80
TYPED_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TYPED_TEST
Function · 0.64