(private dataScope: DataScope, private props: Props)
| 15 | export class Animator { |
| 16 | |
| 17 | constructor(private dataScope: DataScope, private props: Props) { } |
| 18 | |
| 19 | select(search: Search) { |
| 20 | return new Promise<void>((resolve, reject) => { |
nothing calls this directly
no outgoing calls
no test coverage detected