MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / isValidTreeNodeData

Function isValidTreeNodeData

web/pgadmin/static/js/tree/tree.js:637–637  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

635}
636
637const isValidTreeNodeData = (data) => (!_.isEmpty(data));
638
639export { isValidTreeNodeData };

Callers 2

menuEnabledServerFunction · 0.90
enabledFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected