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

Function _syncExcludeSiteButtonState

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

Source from the content-addressed store, hash-verified

275 };
276
277 let _syncExcludeSiteButtonState = () => {
278 _setExcludeSiteButtonState(_isCurrentOriginExcluded());
279 };
280
281 let _renderOmniSearchState = state => {
282 state = state || (window.Formatter && Formatter.getSearchState && Formatter.getSearchState()) || {current: 0, total: 0};

Callers 1

_syncOmniToolbarStateFunction · 0.85

Calls 2

_isCurrentOriginExcludedFunction · 0.85

Tested by

no test coverage detected