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

Function applyDefaultToLocale

components/dash-table/src/dash-table/dash/Sanitizer.ts:100–100  ·  view source on GitHub ↗
(locale: INumberLocale)

Source from the content-addressed store, hash-verified

98 }, columns);
99
100const applyDefaultToLocale = (locale: INumberLocale) => getLocale(locale);
101
102const getFilterAction = (action: TableAction | IFilterAction): IFilterAction =>
103 typeof action === 'object'

Callers

nothing calls this directly

Calls 1

getLocaleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…