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

Method constructor

packages/sanddance/src/dataScope.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 public isCollapsed: boolean;
27
28 constructor() {
29 this.filteredColumnsStats = {};
30 }
31
32 public setData(data: object[], columns?: Column[]) {
33 const differentData = this.data !== data;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected