MCPcopy Index your code
hub / github.com/microsoft/SandDance / handler

Method handler

docs/app/js/sanddance-app.js:9528–9530  ·  view source on GitHub ↗
(n, v)

Source from the content-addressed store, hash-verified

9526 this.vegaViewGl = new _vegaDeckGl.ViewGl(runtime, config).renderer("deck.gl").initialize(this.element);
9527 yield this.vegaViewGl.runAsync();
9528 const handler = (n, v)=>{
9529 this._characterSet.resetCharacterSet(true);
9530 };
9531 this.vegaSpec.signals.forEach((s)=>{
9532 this.vegaViewGl.addSignalListener(s.name, handler);
9533 });

Callers 3

renderMethod · 0.45
InputFunction · 0.45
handlerExpressionFunction · 0.45

Calls 1

resetCharacterSetMethod · 0.45

Tested by

no test coverage detected