Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ getMenu
Method
getMenu
radiant/ui/menu/MenuFolder.cpp:21–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
{}
20
21
wxMenu* MenuFolder::getMenu()
22
{
23
if (_menu == nullptr)
24
{
25
construct();
26
}
27
28
return _menu;
29
}
30
31
void MenuFolder::refresh()
32
{
Callers
4
construct
Method · 0.80
construct
Method · 0.80
construct
Method · 0.80
findMenu
Method · 0.80
Calls
1
construct
Function · 0.85
Tested by
no test coverage detected