MCPcopy
hub / github.com/microsoft/SandDance / currentData

Method currentData

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

Source from the content-addressed store, hash-verified

64 }
65
66 public currentData() {
67 return this.filteredData || this.data;
68 }
69
70 public select(search: Search) {
71 this.deselect();

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