MCPcopy Create free account
hub / github.com/CleverRaven/Cataclysm-DDA / next_string

Method next_string

src/json.cpp:572–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572std::string JsonArray::next_string()
573{
574 verify_index( index );
575 jsin->seek( positions[index++] );
576 return jsin->get_string();
577}
578
579JsonArray JsonArray::next_array()
580{

Callers 9

deserializeFunction · 0.80
loadMethod · 0.80
load_basic_infoMethod · 0.80
set_compare_stringMethod · 0.80
npctalk.cppFile · 0.80
set_give_equipmentMethod · 0.80
parse_sub_effectMethod · 0.80
loadMethod · 0.80
load_season_arrayFunction · 0.80

Calls 2

seekMethod · 0.80
get_stringMethod · 0.60

Tested by 1

deserializeFunction · 0.64