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

Method json_close_array

crawl-ref/source/tileweb.cc:2597–2600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2595}
2596
2597void TilesFramework::json_close_array(bool erase_if_empty)
2598{
2599 json_close(erase_if_empty, ']');
2600}
2601
2602void TilesFramework::json_write_comma()
2603{

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