Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Entware/Entware
/ setInfo
Method
setInfo
scripts/config/qconf.cc:981–991 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
979
}
980
981
void ConfigInfoView::setInfo(struct menu *m)
982
{
983
if (_menu == m)
984
return;
985
_menu = m;
986
sym = NULL;
987
if (!_menu)
988
clear();
989
else
990
menuInfo();
991
}
992
993
void ConfigInfoView::symbolInfo(void)
994
{
Callers
1
setMenuLink
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected