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

Function getDefaultFontLoading

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

Source from the content-addressed store, hash-verified

81};
82
83const getDefaultFontLoading = () => {
84 initConfiguration();
85 return initialConfig.defaultFontLoading;
86};
87
88const getEnableDefaultTooltips = () => {
89 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…