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

Function LocalRowsView

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:1595–1595  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

1593});
1594var LinkedRowsView = (props) => useComponentPerRow(props, useLinkedRowIds, props.firstRowId);
1595var LocalRowsView = (props) => useComponentPerRow(props, useLocalRowIds, props.remoteRowId);
1596var MetricView = ({ metricId, metrics, debugIds }) => /* @__PURE__ */ jsx(Wrap, {
1597 debugIds,
1598 id: metricId,

Callers

nothing calls this directly

Calls 1

useComponentPerRowFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…