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

Method getInsight

packages/sanddance/src/viewer.ts:806–810  ·  view source on GitHub ↗

* Gets the current insight with signal values.

()

Source from the content-addressed store, hash-verified

804 * Gets the current insight with signal values.
805 */
806 getInsight(): Insight {
807 const insight = { ...this.insight };
808 insight.signalValues = this.getSignalValues();
809 return insight;
810 }
811
812 /**
813 * Gets column stats from current data (filtered or all).

Callers 1

persistMethod · 0.45

Calls 1

getSignalValuesMethod · 0.95

Tested by

no test coverage detected