MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / showReferencesPanel

Function showReferencesPanel

src/components/referencesPanel/index.js:318–322  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

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

Callers 1

findAllReferencesFunction · 0.90

Calls 2

getPanelFunction · 0.85
showMethod · 0.45

Tested by

no test coverage detected