Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
68
function isEnterprise(): boolean {
69
return syncedForm!.getSelectedDomain() !==
'default'
;
70
}
71
72
function getExclusions(): string | void {
73
if (isEnterprise()) {
Callers
5
getExclusions
Function · 0.85
applyStyleHotfixes
Function · 0.85
preloadSyncLocalStrings
Function · 0.85
logError
Function · 0.85
initOnce
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected