MCPcopy Create free account
hub / github.com/plotly/dash / getSpecifier

Function getSpecifier

components/dash-table/src/dash-table/dash/Sanitizer.ts:198–199  ·  view source on GitHub ↗
(specifier?: string)

Source from the content-addressed store, hash-verified

196 R.mergeAll([D3_DEFAULT_LOCALE, ...locales]) as INumberLocale;
197
198export const getSpecifier = (specifier?: string) =>
199 specifier === undefined ? DEFAULT_SPECIFIER : specifier;
200
201export const getNully = (nully?: any) =>
202 nully === undefined ? DEFAULT_NULLY : nully;

Callers 2

formatting_test.tsFile · 0.90
applyDefaultsToColumnsFunction · 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…