Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
createUserSelection
Method · 0.95
onDataChanged
Method · 0.45
renderNewLayout
Method · 0.45
renderSameLayout
Method · 0.45
_render
Method · 0.45
onCubeHover
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected