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

Method getSignalValues

docs/app/js/sanddance-app.js:9964–9966  ·  view source on GitHub ↗

* Gets current signal values.

()

Source from the content-addressed store, hash-verified

9962 /**
9963 * Gets current signal values.
9964 */ getSignalValues() {
9965 return (0, _signals.extractSignalValuesFromView)(this.vegaViewGl, this.vegaSpec);
9966 }
9967 finalize() {
9968 if (this._dataScope) this._dataScope.finalize();
9969 if (this._details) this._details.finalize();

Callers 2

getInsightMethod · 0.95
editSnapshotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected