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

Method getSignalValues

packages/sanddance/src/viewer.ts:823–825  ·  view source on GitHub ↗

* Gets current signal values.

()

Source from the content-addressed store, hash-verified

821 * Gets current signal values.
822 */
823 getSignalValues() {
824 return extractSignalValuesFromView(this.vegaViewGl, this.vegaSpec);
825 }
826
827 finalize() {
828 if (this._dataScope) this._dataScope.finalize();

Callers 2

getInsightMethod · 0.95
editSnapshotMethod · 0.45

Calls 1

Tested by

no test coverage detected