Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ getTheme
Function
getTheme
packages/base/src/InitialConfiguration.ts:53–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
};
52
53
const
getTheme = () => {
54
initConfiguration();
55
return
initialConfig.theme;
56
};
57
58
const
getThemeRoot = () => {
59
initConfiguration();
Callers
nothing calls this directly
Calls
1
initConfiguration
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…