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

Function hideSidebar

scripts/static/js/sidebar.js:274–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272 try { sidebar.style.pointerEvents = 'auto'; } catch (e) {}
273}
274export function hideSidebar() {
275 sidebar.style.transform = 'translateX(100%)';
276 sidebarSticky = false;
277 try { sidebar.style.pointerEvents = 'none'; } catch (e) {}
278}
279
280export function showSidebarContent(d, fromHover = false) {
281 const sidebarContent = document.getElementById('sidebar-content');

Callers 3

renderGraphFunction · 0.90
updatePerformanceGraphFunction · 0.90
showSidebarContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected