()
| 452 | * Returns empty array if no warnings or bindings haven't been loaded yet. |
| 453 | */ |
| 454 | export function getCachedKeybindingWarnings(): KeybindingWarning[] { |
| 455 | return cachedWarnings |
| 456 | } |
| 457 | |
| 458 | /** |
| 459 | * Reset internal state for testing. |
no outgoing calls
no test coverage detected