MCPcopy
hub / github.com/plotly/dash / data2number

Function data2number

components/dash-table/src/dash-table/dash/Sanitizer.ts:46–46  ·  view source on GitHub ↗
(data?: any)

Source from the content-addressed store, hash-verified

44};
45
46const data2number = (data?: any) => +data || 0;
47
48const getFixedColumns = (
49 fixed: Fixed,

Callers 2

getFixedColumnsFunction · 0.85
getFixedRowsFunction · 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…