MCPcopy Create free account
hub / github.com/axmolengine/axmol / json_decode_ascend

Function json_decode_ascend

3rdparty/lua/lua-cjson/lua_cjson.c:1149–1152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147}
1148
1149static inline void json_decode_ascend(json_parse_t *json)
1150{
1151 json->current_depth--;
1152}
1153
1154static void json_decode_descend(lua_State *l, json_parse_t *json, int slots)
1155{

Callers 2

json_parse_array_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected