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

Function _isCurrentOriginExcluded

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

Source from the content-addressed store, hash-verified

263 };
264
265 let _isCurrentOriginExcluded = () => {
266 return _getExcludedOriginList(formatOptions.JSON_FORMAT_EXCLUDED_ORIGINS).some(_matchesCurrentOriginPattern);
267 };
268
269 let _setExcludeSiteButtonState = excluded => {
270 $('#fhJsonExcludeSite')

Callers 2

_formatFunction · 0.85

Calls 1

_getExcludedOriginListFunction · 0.85

Tested by

no test coverage detected