MCPcopy Create free account
hub / github.com/ddnet/ddnet / json_boolean_get

Function json_boolean_get

src/engine/shared/json.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42int json_boolean_get(const json_value *pBoolean)
43{
44 return pBoolean->u.boolean != 0;
45}
46
47static char EscapeJsonChar(char c)
48{

Callers 1

ParseUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected