MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getEditor

Function getEditor

src/test/ace.test.js:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 const runner = new TestRunner("Ace API Compatibility");
11
12 function getEditor() {
13 return editorManager?.editor;
14 }
15
16 async function createTestFile(text = "") {
17 const EditorFile = acode.require("editorFile");

Callers 1

runAceCompatibilityTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected