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

Function getNoConflict

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

Source from the content-addressed store, hash-verified

76};
77
78const getNoConflict = () => {
79 initConfiguration();
80 return initialConfig.noConflict;
81};
82
83const getDefaultFontLoading = () => {
84 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…