MCPcopy Index your code
hub / github.com/refined-github/refined-github / getExclusions

Function getExclusions

source/options.tsx:72–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72function getExclusions(): string | void {
73 if (isEnterprise()) {
74 return 'Hotfixes are not applied on GitHub Enterprise.';
75 }
76
77 if (isDevelopmentVersion()) {
78 return 'Hotfixes are not applied in the development version';
79 }
80}
81
82async function showStoredCssHotfixes(): Promise<void> {
83 $('#hotfixes-field').textContent = getExclusions()

Callers 2

showStoredCssHotfixesFunction · 0.85
fetchHotfixesFunction · 0.85

Calls 2

isEnterpriseFunction · 0.85
isDevelopmentVersionFunction · 0.85

Tested by

no test coverage detected