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

Method getInsight

docs/app/js/sanddance-app.js:9951–9955  ·  view source on GitHub ↗

* Gets the current insight with signal values.

()

Source from the content-addressed store, hash-verified

9949 /**
9950 * Gets the current insight with signal values.
9951 */ getInsight() {
9952 const insight = Object.assign({}, this.insight);
9953 insight.signalValues = this.getSignalValues();
9954 return insight;
9955 }
9956 /**
9957 * Gets column stats from current data (filtered or all).
9958 * @param column Column to get stats for.

Callers 7

comparePropsFunction · 0.45
renderMethod · 0.45
editSnapshotMethod · 0.45
getInsightMethod · 0.45
setInsightMethod · 0.45
changeChartTypeMethod · 0.45
setCleanStateMethod · 0.45

Calls 1

getSignalValuesMethod · 0.95

Tested by

no test coverage detected