MCPcopy Create free account
hub / github.com/zxlie/FeHelper / _getResolvedUiMode

Function _getResolvedUiMode

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

Source from the content-addressed store, hash-verified

170 };
171
172 let _getResolvedUiMode = () => {
173 return String(formatOptions.JSON_FORMAT_UI_MODE || formatOptions.FH_UI_MODE || '').toLowerCase() === 'omni' ? 'omni' : 'lite';
174 };
175
176 let _applyUiMode = () => {
177 let body = document.body;

Callers 3

_applyCompactModeFunction · 0.85
_applyUiModeFunction · 0.85
_isOmniModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected