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

Method json_write_string

crawl-ref/source/tileweb.cc:2680–2687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2678}
2679
2680void TilesFramework::json_write_string(const string& value)
2681{
2682 json_write_comma();
2683
2684 write_message("\"");
2685 write_message_escaped(value);
2686 write_message("\"");
2687}
2688
2689void TilesFramework::json_write_string(const string& name, const string& value)
2690{

Callers 15

_webtiles_abort_get_lineFunction · 0.80
read_lineMethod · 0.80
_describe_cardsFunction · 0.80
sendMethod · 0.80
webtiles_send_messagesFunction · 0.80
webtiles_send_more_textFunction · 0.80
msgwin_get_lineFunction · 0.80
_reroll_randomFunction · 0.80
_choose_seedFunction · 0.80
serializeMethod · 0.80
_prompt_weaponFunction · 0.80
_prompt_gamemode_mapFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected