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

Function isEnterprise

source/options.tsx:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68function isEnterprise(): boolean {
69 return syncedForm!.getSelectedDomain() !== 'default';
70}
71
72function getExclusions(): string | void {
73 if (isEnterprise()) {

Callers 5

getExclusionsFunction · 0.85
applyStyleHotfixesFunction · 0.85
preloadSyncLocalStringsFunction · 0.85
logErrorFunction · 0.85
initOnceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected