()
| 309 | let panelSingleton = null; |
| 310 | |
| 311 | function getPanel() { |
| 312 | if (!panelSingleton) { |
| 313 | panelSingleton = createReferencesPanel(); |
| 314 | } |
| 315 | return panelSingleton; |
| 316 | } |
| 317 | |
| 318 | export function showReferencesPanel(options) { |
| 319 | const panel = getPanel(); |
no test coverage detected