MCPcopy
hub / github.com/plotly/dash / once

Method once

dash/dash-renderer/src/actions/utils.js:197–202  ·  view source on GitHub ↗
(event, listener)

Source from the content-addressed store, hash-verified

195 }
196 }
197 once(event, listener) {
198 const remove = this.on(event, (...args) => {
199 remove();
200 listener.apply(this, args);
201 });
202 }
203}

Callers 7

CookieStorageClass · 0.80
ControlledTableClass · 0.80
plotly.min.jsFile · 0.80
vFunction · 0.80
cFunction · 0.80
isAppReady.jsFile · 0.80

Calls 3

onMethod · 0.95
removeFunction · 0.85
applyMethod · 0.45

Tested by

no test coverage detected