MCPcopy Index your code
hub / github.com/plotly/dash / getLocale

Function getLocale

components/dash-table/src/dash-table/dash/Sanitizer.ts:193–196  ·  view source on GitHub ↗
(
    ...locales: Partial<INumberLocale>[]
)

Source from the content-addressed store, hash-verified

191}
192
193export const getLocale = (
194 ...locales: Partial<INumberLocale>[]
195): INumberLocale =>
196 R.mergeAll([D3_DEFAULT_LOCALE, ...locales]) as INumberLocale;
197
198export const getSpecifier = (specifier?: string) =>
199 specifier === undefined ? DEFAULT_SPECIFIER : specifier;

Callers 3

formatting_test.tsFile · 0.90
applyDefaultsToColumnsFunction · 0.85
applyDefaultToLocaleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…