MCPcopy 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
14const getMenuName = (item) => {
15 return item.label;
16};
17
18export function menuSearch(param, props) {
19 param = param.trim();

Callers 2

iterItemFunction · 0.85
menuSearchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected