Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
render
Method · 0.45
getSpecColumnsWithFilteredStats
Method · 0.45
getColumnStats
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected