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

Method getInsight

docs/app/js/sanddance-app.js:13988–13990  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13986 });
13987 }
13988 getInsight() {
13989 return this.viewer.getInsight();
13990 }
13991 setInsight(historyAction, newState = {}, partialInsight = this.viewer.getInsight(), rebaseFilter = false) {
13992 const selectedItemIndex = Object.assign({}, this.state.selectedItemIndex);
13993 selectedItemIndex[(0, _dataScope.DataScopeId).AllData] = 0;

Callers

nothing calls this directly

Calls 1

getInsightMethod · 0.45

Tested by

no test coverage detected