MCPcopy
hub / github.com/getredash/redash / BooleanColumn

Function BooleanColumn

viz-lib/src/visualizations/shared/columns/boolean.tsx:68–72  ·  view source on GitHub ↗
({ row }: any)

Source from the content-addressed store, hash-verified

66 }
67
68 function BooleanColumn({ row }: any) {
69 // eslint-disable-line react/prop-types
70 const { text } = prepareData(row);
71 return text;
72 }
73
74 BooleanColumn.prepareData = prepareData;
75

Callers

nothing calls this directly

Calls 1

prepareDataFunction · 0.70

Tested by

no test coverage detected