MCPcopy
hub / github.com/msgbyte/tianji / cell

Function cell

src/client/components/insights/TableView.tsx:37–39  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

35 header: t('Event'),
36 size: 150,
37 cell(props) {
38 return props.row.original.alias ?? props.row.original.name;
39 },
40 }),
41 ...props.groups.map((g) => {
42 return columnHelper.accessor(g.value, {

Callers

nothing calls this directly

Calls 2

formatNumberFunction · 0.90
getFunction · 0.85

Tested by

no test coverage detected