Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
const
data2number = (data?: any) => +data || 0;
47
48
const
getFixedColumns = (
49
fixed: Fixed,
Callers
2
getFixedColumns
Function · 0.85
getFixedRows
Function · 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…