Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
572
std::string JsonArray::next_string()
573
{
574
verify_index( index );
575
jsin->seek( positions[index++] );
576
return jsin->get_string();
577
}
578
579
JsonArray JsonArray::next_array()
580
{
Callers
9
deserialize
Function · 0.80
load
Method · 0.80
load_basic_info
Method · 0.80
set_compare_string
Method · 0.80
npctalk.cpp
File · 0.80
set_give_equipment
Method · 0.80
parse_sub_effect
Method · 0.80
load
Method · 0.80
load_season_array
Function · 0.80
Calls
2
seek
Method · 0.80
get_string
Method · 0.60
Tested by
1
deserialize
Function · 0.64