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

Method hasFilteredData

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

Source from the content-addressed store, hash-verified

107 }
108
109 public hasFilteredData() {
110 return !!this.filteredData;
111 }
112
113 public hasSelectedData() {
114 return !!this.selection;

Callers 3

renderMethod · 0.45
getColumnStatsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected