MCPcopy Index your code
hub / github.com/tinyplex/tinybase / extraKey

Function extraKey

src/ui-react-dom/common/index.tsx:77–78  ·  view source on GitHub ↗
(index: number, after: 0 | 1)

Source from the content-addressed store, hash-verified

75 ));
76
77export const extraKey = (index: number, after: 0 | 1) =>
78 (after ? '>' : '<') + index;
79
80export const extraHeaders = (
81 extraCells: (ExtraRowCell | ExtraValueCell)[] = [],

Callers 3

extraValueCellsFunction · 0.90
extraRowCellsFunction · 0.70
extraHeadersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…