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

Method doDeselect

packages/sanddance-explorer/src/explorer.tsx:945–947  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

943 }
944
945 private doDeselect() {
946 return this.viewer.deselect();
947 }
948
949 private writeSnapshot(snapshot: Snapshot, editIndex: number) {
950 let { selectedSnapshotIndex } = this.state;

Callers 1

toggleableSearchMethod · 0.95

Calls 1

deselectMethod · 0.45

Tested by

no test coverage detected