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

Method doSelect

packages/sanddance-explorer/src/explorer.tsx:941–943  ·  view source on GitHub ↗
(search: SandDance.searchExpression.Search)

Source from the content-addressed store, hash-verified

939 }
940
941 private doSelect(search: SandDance.searchExpression.Search) {
942 this.viewer.select(search);
943 }
944
945 private doDeselect() {
946 return this.viewer.deselect();

Callers 2

toggleableSearchMethod · 0.95
renderMethod · 0.95

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected