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

Function closeReferencesPanel

src/cm/lsp/references.ts:222–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220}
221
222export function closeReferencesPanel(): boolean {
223 const { hideReferencesPanel } = require("components/referencesPanel");
224 hideReferencesPanel();
225 return true;
226}

Callers

nothing calls this directly

Calls 1

hideReferencesPanelFunction · 0.85

Tested by

no test coverage detected