MCPcopy Create free account
hub / github.com/microsoft/SandDance / constructor

Method constructor

packages/sanddance/src/animator.ts:17–17  ·  view source on GitHub ↗
(private dataScope: DataScope, private props: Props)

Source from the content-addressed store, hash-verified

15export class Animator {
16
17 constructor(private dataScope: DataScope, private props: Props) { }
18
19 select(search: Search) {
20 return new Promise<void>((resolve, reject) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected