MCPcopy Create free account
hub / github.com/crawl/crawl / json_open_array

Method json_open_array

crawl-ref/source/tileweb.cc:2592–2595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2590}
2591
2592void TilesFramework::json_open_array(const string& name)
2593{
2594 json_open(name, '[', ']');
2595}
2596
2597void TilesFramework::json_close_array(bool erase_if_empty)
2598{

Callers 15

_describe_cardsFunction · 0.80
sendMethod · 0.80
webtiles_write_menuMethod · 0.80
webtiles_update_itemsMethod · 0.80
webtiles_write_tilesMethod · 0.80
webtiles_write_itemMethod · 0.80
send_dollMethod · 0.80
send_mcacheMethod · 0.80
_write_colour_listFunction · 0.80
_write_custom_coloursFunction · 0.80
serializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected