Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pgadmin-org/pgadmin4
/ on
Method
on
web/pgadmin/static/js/helpers/EventBus.js:30–32 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
28
}
29
30
on(...args) {
31
return
this.registerListener(...args);
32
}
33
34
once(...args) {
35
return
this.registerListener(...args, true);
Callers
15
getAvailablePort
Function · 0.80
pgadmin.js
File · 0.80
reloadApp
Function · 0.80
forceQuitAndInstallUpdate
Function · 0.80
startDesktopMode
Function · 0.80
launchPgAdminWindow
Function · 0.80
registerAutoUpdaterEvents
Function · 0.80
setupAutoUpdater
Function · 0.80
setupMenu
Function · 0.80
pgadmin_preload.js
File · 0.80
setupDownloader
Function · 0.80
server.js
File · 0.80
Calls
1
registerListener
Method · 0.95
Tested by
no test coverage detected