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

Method select

docs/app/js/sanddance-app.js:10503–10509  ·  view source on GitHub ↗
(search)

Source from the content-addressed store, hash-verified

10501 return this.filteredData || this.data;
10502 }
10503 select(search) {
10504 this.deselect();
10505 if (search) {
10506 this.selection = this.createUserSelection(search, true, false);
10507 if (this.selection.included.length) this.activate(this.selection.included[0]);
10508 }
10509 }
10510 createUserSelection(search, assign, rebase) {
10511 const exec = new (0, _searchExpression.Exec)(search, this.getColumns());
10512 const s = {

Callers

nothing calls this directly

Calls 3

deselectMethod · 0.95
createUserSelectionMethod · 0.95
activateMethod · 0.95

Tested by

no test coverage detected