MCPcopy 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
75function getEditorText(editor) {
76 return editor ? editor.getValue() : "";
77}
78
79function createEditors() {
80 const optsCommon = {

Callers 1

manual.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected