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

Function createConfiguredBaseExtensions

src/lib/editorManager.js:443–445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

441 }
442
443 function createConfiguredBaseExtensions() {
444 return createBaseExtensions(getBaseExtensionOptions());
445 }
446
447 function getBaseExtensionSignature() {
448 const options = getBaseExtensionOptions();

Callers 2

EditorManagerFunction · 0.85
applyFileToEditorFunction · 0.85

Calls 2

createBaseExtensionsFunction · 0.85
getBaseExtensionOptionsFunction · 0.85

Tested by

no test coverage detected