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

Function getEnableDefaultTooltips

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

Source from the content-addressed store, hash-verified

86};
87
88const getEnableDefaultTooltips = () => {
89 initConfiguration();
90 return initialConfig.enableDefaultTooltips;
91};
92
93const getIgnoreUrlParams = () => {
94 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…