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

Function getFetchDefaultLanguage

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

Source from the content-addressed store, hash-verified

71 * @returns {Boolean}
72 */
73const getFetchDefaultLanguage = () => {
74 initConfiguration();
75 return initialConfig.fetchDefaultLanguage;
76};
77
78const getNoConflict = () => {
79 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…