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

Function getFormatSettings

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

Source from the content-addressed store, hash-verified

119};
120
121const getFormatSettings = () => {
122 initConfiguration();
123 return initialConfig.formatSettings;
124};
125
126const booleanMapping = new Map();
127booleanMapping.set("true", true);

Callers 2

getFirstDayOfWeekFunction · 0.85

Calls 1

initConfigurationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…