Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
export
function
closeReferencesPanel(): boolean {
223
const
{ hideReferencesPanel } = require(
"components/referencesPanel"
);
224
hideReferencesPanel();
225
return
true;
226
}
Callers
nothing calls this directly
Calls
1
hideReferencesPanel
Function · 0.85
Tested by
no test coverage detected