(options)
| 316 | } |
| 317 | |
| 318 | export function showReferencesPanel(options) { |
| 319 | const panel = getPanel(); |
| 320 | panel.show(options); |
| 321 | return panel; |
| 322 | } |
| 323 | |
| 324 | export function hideReferencesPanel() { |
| 325 | const panel = getPanel(); |
no test coverage detected