MCPcopy Create free account
hub / github.com/MariaDB/server / json_skip_key

Function json_skip_key

strings/json_lib.c:1401–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1399
1400
1401int json_skip_key(json_engine_t *j)
1402{
1403 if (json_read_value(j))
1404 return 1;
1405
1406 if (json_value_scalar(j))
1407 return 0;
1408
1409 return json_skip_level(j);
1410}
1411
1412
1413#define SKIPPED_STEP_MARK INT_MAX32

Callers 12

json_find_pathFunction · 0.85
json_get_array_item_intFunction · 0.85
json_get_object_key_intFunction · 0.85
json_get_object_nkeyFunction · 0.85
json_locate_keyFunction · 0.85
create_from_jsonMethod · 0.85
parse_bucketMethod · 0.85
parseMethod · 0.85
find_key_in_objectFunction · 0.85
do_mergeFunction · 0.85
do_merge_patchFunction · 0.85
val_strMethod · 0.85

Calls 1

json_read_valueFunction · 0.85

Tested by

no test coverage detected