MCPcopy 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.jsFile · 0.80
openConfigureFunction · 0.80
notifyUpdateInstalledFunction · 0.80

Calls 1

registerListenerMethod · 0.95

Tested by

no test coverage detected