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

Function isNully

components/dash-table/src/dash-table/derived/data/virtual.ts:42–43  ·  view source on GitHub ↗
(value: any, columnId: ColumnId)

Source from the content-addressed store, hash-verified

40 };
41
42 const isNully = (value: any, columnId: ColumnId): any =>
43 R.isNil(value) || R.includes(value, getNullyCases(columnId));
44
45 if (sort_action === TableAction.Native) {
46 data = sort(data, sort_by, isNully);

Callers

nothing calls this directly

Calls 1

getNullyCasesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…