MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/openevolve / showSidebarListView

Function showSidebarListView

scripts/static/js/list.js:216–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214}
215
216function showSidebarListView() {
217 if (viewList.style.display !== 'none') {
218 sidebarEl.style.transform = 'translateX(0)';
219 viewList.style.marginRight = (sidebarEl.offsetWidth+100) + 'px';
220 } else {
221 showSidebar();
222 }
223}
224
225// Sync selection when switching to list tab
226const tabListBtn = document.getElementById('tab-list');

Callers 2

renderNodeListFunction · 0.85
selectListNodeByIdFunction · 0.85

Calls 1

showSidebarFunction · 0.90

Tested by

no test coverage detected