MCPcopy 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

getAvailablePortFunction · 0.80
pgadmin.jsFile · 0.80
reloadAppFunction · 0.80
startDesktopModeFunction · 0.80
launchPgAdminWindowFunction · 0.80
setupAutoUpdaterFunction · 0.80
setupMenuFunction · 0.80
pgadmin_preload.jsFile · 0.80
setupDownloaderFunction · 0.80
server.jsFile · 0.80

Calls 1

registerListenerMethod · 0.95

Tested by

no test coverage detected