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

Method AddRow

crawl-ref/source/describe.cc:6121–6124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6119 {}
6120
6121 void AddRow()
6122 {
6123 rows.push_back({});
6124 }
6125
6126 void AddCell(string label = "", string value = "", colour_t colour = LIGHTGREY)
6127 {

Callers 3

_add_resist_descFunction · 0.80
_describe_talisman_formFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected