Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ once
Method
once
web/pgadmin/static/js/helpers/EventBus.js:34–36 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
32
}
33
34
once(...args) {
35
return
this.registerListener(...args, true);
36
}
37
38
deregisterListener(event, callback) {
39
if
(callback) {
Callers
3
pgadmin.js
File · 0.80
openConfigure
Function · 0.80
notifyUpdateInstalled
Function · 0.80
Calls
1
registerListener
Method · 0.95
Tested by
no test coverage detected