MCPcopy Index your code
hub / github.com/zxlie/FeHelper / _syncFormatterEscapeState

Function _syncFormatterEscapeState

apps/json-format/content-script.js:527–531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

525 };
526
527 let _syncFormatterEscapeState = () => {
528 if (typeof window.Formatter !== 'undefined' && window.Formatter.setEscapeEnabled) {
529 window.Formatter.setEscapeEnabled(!!formatOptions.NESTED_ESCAPE_PARSE);
530 }
531 };
532
533 let _syncFormatterStatusBarState = () => {
534 const enabled = !!formatOptions.STATUS_BAR_ALWAYS_SHOW;

Callers 2

applyPanelOptionsFunction · 0.85
_initToolbarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected