Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
toggleableSearch
Method · 0.95
render
Method · 0.95
Calls
1
select
Method · 0.45
Tested by
no test coverage detected