MCPcopy Create free account
hub / github.com/microsoft/SandDance / doSelect

Method doSelect

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

Source from the content-addressed store, hash-verified

14513 this.viewer.reset();
14514 }
14515 doSelect(search) {
14516 this.viewer.select(search);
14517 }
14518 doDeselect() {
14519 return this.viewer.deselect();
14520 }

Callers 2

toggleableSearchMethod · 0.95
renderMethod · 0.95

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected