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

Method getDataContent

packages/powerbi/src/app.ts:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 getDataContent() {
108 return this.explorer && this.explorer.state.dataContent && this.explorer.state.dataContent.data;
109 }
110
111 load(data: DataFile | object[], getPartialInsight: (columns: SandDance.types.Column[]) => Partial<SandDance.specs.Insight>, snapshots: SandDance.types.Snapshot[], tooltipExclusions: string[]) {
112 const wasLoaded = this.state.loaded;

Callers 1

showMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected