MCPcopy
hub / github.com/palantir/plottable / callCallbacks

Method callCallbacks

src/utils/callbackSet.ts:14–19  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

12 */
13export class CallbackSet<CB extends Function> extends Set<CB> {
14 public callCallbacks(...args: any[]) {
15 this.forEach((callback) => {
16 callback.apply(this, args);
17 });
18 return this;
19 }
20}

Callers 15

_handlePointerEventMethod · 0.80
_handleClickUpMethod · 0.80
_handleDblClickMethod · 0.80
_startDragMethod · 0.80
_doDragMethod · 0.80
_endDragMethod · 0.80
_handleKeyDownEventMethod · 0.80
_handleKeyUpEventMethod · 0.80
panMethod · 0.80
zoomMethod · 0.80
_handleTouchEndMethod · 0.80

Calls 1

forEachMethod · 0.45

Tested by

no test coverage detected