Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_desc
Function · 0.80
_monster_stat_description
Function · 0.80
_describe_talisman_form
Function · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected