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

Function isEnabledSetting

apps/popup/theme-boot.js:7–9  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

5 var alwaysKey = 'ALWAYS_DARK_MODE';
6
7 function isEnabledSetting(value) {
8 return value === true || value === 'true';
9 }
10
11 function getLocalSetting(key) {
12 try {

Callers 1

shouldEnableDarkModeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected