MCPcopy 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
981void 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
993void ConfigInfoView::symbolInfo(void)
994{

Callers 1

setMenuLinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected