Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ setInode
Method
setInode
web/pgadmin/static/js/tree/tree.js:214–217 ·
view source on GitHub ↗
(item)
Source
from the content-addressed store, hash-verified
212
}
213
214
async
setInode(item) {
215
if
(item._children) item._children = null;
216
await
this.tree.closeDirectory(item);
217
}
218
219
async
setId(item, data) {
220
if
(item) {
Callers
5
onSuccess
Function · 0.80
fetch_connection_status
Function · 0.80
onFailure
Function · 0.80
browser.js
File · 0.80
reload
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected