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

Method select

packages/sanddance/src/dataScope.ts:70–78  ·  view source on GitHub ↗
(search: Search)

Source from the content-addressed store, hash-verified

68 }
69
70 public select(search: Search) {
71 this.deselect();
72 if (search) {
73 this.selection = this.createUserSelection(search, true, false);
74 if (this.selection.included.length) {
75 this.activate(this.selection.included[0]);
76 }
77 }
78 }
79
80 public createUserSelection(search: Search, assign: boolean, rebase: boolean) {
81 const exec = new Exec(search, this.getColumns());

Callers

nothing calls this directly

Calls 3

deselectMethod · 0.95
createUserSelectionMethod · 0.95
activateMethod · 0.95

Tested by

no test coverage detected