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