MCPcopy Create free account
hub / github.com/UI5/webcomponents / getThemeRoot

Function getThemeRoot

packages/base/src/InitialConfiguration.ts:58–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56};
57
58const getThemeRoot = () => {
59 initConfiguration();
60 return initialConfig.themeRoot;
61};
62
63const getLanguage = () => {
64 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…