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

Function getBaseExtensionSignature

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

Source from the content-addressed store, hash-verified

445 }
446
447 function getBaseExtensionSignature() {
448 const options = getBaseExtensionOptions();
449 return JSON.stringify(
450 baseExtensionSettings.map((key) => [key, options[key]]),
451 );
452 }
453
454 function makeRainbowBracketExtension() {
455 const enabled = appSettings?.value?.rainbowBrackets ?? true;

Callers 1

Calls 1

getBaseExtensionOptionsFunction · 0.85

Tested by

no test coverage detected