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

Function getCalendarType

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

Source from the content-addressed store, hash-verified

100 * @returns { String } the name of the configured calendar type
101 */
102const getCalendarType = () => {
103 initConfiguration();
104 return initialConfig.calendarType;
105};
106
107const getSecondaryCalendarType = () => {
108 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…