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

Function hideRecenterButton

scripts/static/js/graph.js:153–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153function hideRecenterButton() {
154 const btn = document.getElementById('graph-recenter-btn');
155 if (btn) btn.style.display = 'none';
156}
157
158function ensureGraphSvg() {
159 // Get latest width/height from state.js

Callers 1

renderGraphFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected