MCPcopy Create free account
hub / github.com/microsoft/SandDance / handler

Method handler

packages/sanddance/src/viewer.ts:321–323  ·  view source on GitHub ↗
(n, v)

Source from the content-addressed store, hash-verified

319 await this.vegaViewGl.runAsync();
320
321 const handler: SignalListenerHandler = (n, v) => {
322 this._characterSet.resetCharacterSet(true);
323 };
324
325 this.vegaSpec.signals.forEach(s => {
326 this.vegaViewGl.addSignalListener(s.name, handler);

Callers 1

renderMethod · 0.45

Calls 1

resetCharacterSetMethod · 0.45

Tested by

no test coverage detected