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

Method doDeselect

docs/app/js/sanddance-app.js:14518–14520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14516 this.viewer.select(search);
14517 }
14518 doDeselect() {
14519 return this.viewer.deselect();
14520 }
14521 writeSnapshot(snapshot, editIndex) {
14522 let { selectedSnapshotIndex } = this.state;
14523 let snapshots;

Callers 1

toggleableSearchMethod · 0.95

Calls 1

deselectMethod · 0.45

Tested by

no test coverage detected