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

Function setAllNodeData

scripts/static/js/main.js:255–258  ·  view source on GitHub ↗
(nodes)

Source from the content-addressed store, hash-verified

253
254// Export all shared state and helpers for use in other modules
255export function setAllNodeData(nodes) {
256 allNodeData = nodes;
257 computeMetricMinMax(nodes);
258}
259
260export function setSelectedProgramId(id) {
261 selectedProgramId = id;

Callers 1

renderNodeListFunction · 0.90

Calls 1

computeMetricMinMaxFunction · 0.85

Tested by

no test coverage detected