MCPcopy Create free account
hub / github.com/breck7/scroll / dispatchConstant

Function dispatchConstant

external/.d3.js:2475–2479  ·  view source on GitHub ↗
(type, params)

Source from the content-addressed store, hash-verified

2473}
2474
2475function dispatchConstant(type, params) {
2476 return function() {
2477 return dispatchEvent(this, type, params);
2478 };
2479}
2480
2481function dispatchFunction(type, params) {
2482 return function() {

Callers

nothing calls this directly

Calls 1

dispatchEventFunction · 0.85

Tested by

no test coverage detected