()
| 78 | * text rewrite path. |
| 79 | */ |
| 80 | export function getIntegrationMatcher(): IntegrationMatcher { |
| 81 | if (cachedMatcher) return cachedMatcher |
| 82 | cachedMatcher = buildMatcher() |
| 83 | return cachedMatcher |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Rewrites bare integration names in `text` to `@`-mention form (`Slack` → |
no test coverage detected