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

Method populate

docs/app/js/sanddance-app.js:10627–10631  ·  view source on GitHub ↗
(userSelection, index = 0)

Source from the content-addressed store, hash-verified

10625 this.render();
10626 }
10627 populate(userSelection, index = 0) {
10628 this.state.userSelection = userSelection;
10629 this.state.index = index;
10630 this.render();
10631 }
10632 selectByNameValue(columnName, value) {
10633 const search = {
10634 name: columnName,

Callers 4

selectByNameValueMethod · 0.95
onCubeClickMethod · 0.45
filterMethod · 0.45
selectMethod · 0.45

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected