Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
int json_boolean_get(const json_value *pBoolean)
43
{
44
return pBoolean->u.boolean != 0;
45
}
46
47
static char EscapeJsonChar(char c)
48
{
Callers
1
ParseUpdate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected