Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ getMenuName
Function
getMenuName
web/pgadmin/static/js/QuickSearch/menuitems_help.js:14–16 ·
view source on GitHub ↗
(item)
Source
from the content-addressed store, hash-verified
12
13
// Allow us to
14
const
getMenuName = (item) => {
15
return
item.label;
16
};
17
18
export
function
menuSearch(param, props) {
19
param = param.trim();
Callers
2
iterItem
Function · 0.85
menuSearch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected