Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ clear
Method
clear
crawl-ref/source/menu.cc:1258–1262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1256
}
1257
1258
void Menu::clear()
1259
{
1260
deleteAll(items);
1261
m_ui.menu->_queue_allocation();
1262
}
1263
1264
void Menu::set_flags(int new_flags)
1265
{
Callers
9
update_item
Method · 0.45
do_layout
Method · 0.45
set_text_immediately
Method · 0.45
pack_buffers
Method · 0.45
check_add_formatted_line
Method · 0.45
cycle_mode
Method · 0.45
process_command
Method · 0.45
get_selected
Method · 0.45
deselect_all
Method · 0.45
Calls
2
deleteAll
Function · 0.85
_queue_allocation
Method · 0.80
Tested by
no test coverage detected