MCPcopy
hub / github.com/marimo-team/marimo / columnDefOf

Function columnDefOf

frontend/src/components/variables/variables-table.tsx:54–56  ·  view source on GitHub ↗
(columnDef: ColumnDef<ResolvedVariable, T>)

Source from the content-addressed store, hash-verified

52/* Column Definitions */
53
54function columnDefOf<T>(columnDef: ColumnDef<ResolvedVariable, T>) {
55 return columnDef;
56}
57
58const ColumnIds = {
59 name: "name",

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…