Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
const char *json_string_get(const json_value *pString)
33
{
34
return pString->u.string.ptr;
35
}
36
37
int json_int_get(const json_value *pInteger)
38
{
Callers
1
ParseUpdate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected