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

Function json_array_length

src/engine/shared/json.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27int json_array_length(const json_value *pArray)
28{
29 return pArray->u.array.length;
30}
31
32const char *json_string_get(const json_value *pString)
33{

Callers 1

ParseUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected