* Check if a provider is registered
(id: MentionProviderId)
| 131 | * Check if a provider is registered |
| 132 | */ |
| 133 | has(id: MentionProviderId): boolean { |
| 134 | return this.providers.has(id) |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * Get available providers for a context |
no outgoing calls
no test coverage detected