Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithmicsuperintelligence/openevolve
/ getEditorText
Function
getEditorText
scripts/static/js/manual.js:75–77 ·
view source on GitHub ↗
(editor)
Source
from the content-addressed store, hash-verified
73
}
74
75
function
getEditorText(editor) {
76
return
editor ? editor.getValue() :
""
;
77
}
78
79
function
createEditors() {
80
const
optsCommon = {
Callers
1
manual.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected