MCPcopy 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
53const getTheme = () => {
54 initConfiguration();
55 return initialConfig.theme;
56};
57
58const getThemeRoot = () => {
59 initConfiguration();

Callers

nothing calls this directly

Calls 1

initConfigurationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…