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

Function openInTab

src/components/referencesPanel/index.js:135–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 }
134
135 function openInTab() {
136 const refs = state.references;
137 const sym = state.symbolName;
138 hide();
139 openReferencesTab({
140 symbolName: sym,
141 references: refs,
142 });
143 }
144
145 function toggleFile(uri) {
146 if (state.collapsedFiles.has(uri)) {

Callers

nothing calls this directly

Calls 2

openReferencesTabFunction · 0.90
hideFunction · 0.70

Tested by

no test coverage detected