Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
function
hideRecenterButton() {
154
const
btn = document.getElementById(
'graph-recenter-btn'
);
155
if
(btn) btn.style.display =
'none'
;
156
}
157
158
function
ensureGraphSvg() {
159
// Get latest width/height from state.js
Callers
1
renderGraph
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected