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

Method getInsight

packages/sanddance-explorer/src/explorer.tsx:387–389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385 }
386
387 public getInsight() {
388 return this.viewer.getInsight();
389 }
390
391 public setInsight(historyAction: HistoryAction, newState: Partial<UIState> = {}, partialInsight: Partial<SandDance.specs.Insight> = this.viewer.getInsight(), rebaseFilter = false) {
392 const selectedItemIndex = { ...this.state.selectedItemIndex };

Callers 8

comparePropsFunction · 0.45
respondToRequestFunction · 0.45
SandDanceVue.tsFile · 0.45
setInsightMethod · 0.45
changeChartTypeMethod · 0.45
setCleanStateMethod · 0.45
editSnapshotMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected