MCPcopy Create free account
hub / github.com/tinyplex/tinybase / CellView

Function CellView

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

Source from the content-addressed store, hash-verified

440 );
441};
442var CellView = (props) => {
443 const cell = useCell(
444 () => props.tableId,
445 () => props.rowId,
446 () => props.cellId,
447 () => props.store
448 );
449 return memo(
450 () => wrap(
451 EMPTY_STRING + (getValue(cell) ?? EMPTY_STRING),
452 void 0,
453 props.debugIds,
454 props.cellId
455 )
456 );
457};
458var getUseCheckpointView = (getCheckpoints) => (props) => {
459 const resolvedCheckpoints = useCheckpointsOrCheckpointsById(
460 () => props.checkpoints

Callers

nothing calls this directly

Calls 3

useCellFunction · 0.70
wrapFunction · 0.70
getValueFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…