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

Method currentData

docs/app/js/sanddance-app.js:10500–10502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10498 return this.filteredColumnsStats[columnName];
10499 }
10500 currentData() {
10501 return this.filteredData || this.data;
10502 }
10503 select(search) {
10504 this.deselect();
10505 if (search) {

Callers 6

createUserSelectionMethod · 0.95
onDataChangedMethod · 0.45
renderNewLayoutMethod · 0.45
renderSameLayoutMethod · 0.45
_renderMethod · 0.45
onCubeHoverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected