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

Method fetchStatus

packages/powerbi/src/app.ts:131–133  ·  view source on GitHub ↗
(rowCount: number, fetching: boolean)

Source from the content-addressed store, hash-verified

129 }
130
131 fetchStatus(rowCount: number, fetching: boolean) {
132 this.setState({ rowCount, fetching });
133 }
134
135 changeTheme(darkTheme: boolean) {
136 this.viewerOptions = this.getViewerOptions(darkTheme);

Callers 1

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected