Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ isOpen
Method
isOpen
web/pgadmin/static/js/tree/tree.js:308–313 ·
view source on GitHub ↗
(item)
Source
from the content-addressed store, hash-verified
306
}
307
308
isOpen(item) {
309
if
(item.
type
=== FileType.Directory) {
310
return
item.isExpanded;
311
}
312
return
false;
313
}
314
315
isClosed(item) {
316
if
(item.
type
=== FileType.Directory) {
Callers
1
open
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected