MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / json_decode_ascend

Function json_decode_ascend

deps/lua/src/lua_cjson.c:1116–1119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114}
1115
1116static inline void json_decode_ascend(json_parse_t *json)
1117{
1118 json->current_depth--;
1119}
1120
1121static void json_decode_descend(lua_State *l, json_parse_t *json, int slots)
1122{

Callers 2

json_parse_array_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected