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

Function json_string_get

src/engine/shared/json.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32const char *json_string_get(const json_value *pString)
33{
34 return pString->u.string.ptr;
35}
36
37int json_int_get(const json_value *pInteger)
38{

Callers 1

ParseUpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected