()
| 2405 | } |
| 2406 | |
| 2407 | public isShowingAutocomplete(): boolean { |
| 2408 | return this.autocompleteState !== null; |
| 2409 | } |
| 2410 | |
| 2411 | private updateAutocomplete(): void { |
| 2412 | if (!this.autocompleteState || !this.autocompleteProvider) return; |
no outgoing calls
no test coverage detected