MCPcopy Create free account
hub / github.com/defold/defold / json_decode_ascend

Function json_decode_ascend

engine/script/src/luacjson/lua_cjson.c:1404–1407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402}
1403
1404static inline void json_decode_ascend(json_parse_t *json)
1405{
1406 json->current_depth--;
1407}
1408
1409static void json_decode_descend(lua_State *l, json_parse_t *json, int slots)
1410{

Callers 2

json_parse_array_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected