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

Method select

packages/sanddance/src/animator.ts:19–25  ·  view source on GitHub ↗
(search: Search)

Source from the content-addressed store, hash-verified

17 constructor(private dataScope: DataScope, private props: Props) { }
18
19 select(search: Search) {
20 return new Promise<void>((resolve, reject) => {
21 this.dataScope.select(search);
22 this.props.onDataChanged(DataLayoutChange.same);
23 resolve();
24 });
25 }
26
27 deselect() {
28 return new Promise<void>((resolve, reject) => {

Callers

nothing calls this directly

Calls 2

resolveFunction · 0.50
onDataChangedMethod · 0.45

Tested by

no test coverage detected