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

Function CellView

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

Source from the content-addressed store, hash-verified

243 );
244};
245var CellView = (props) => {
246 const cell = useCell(
247 () => props.tableId,
248 () => props.rowId,
249 () => props.cellId,
250 () => props.store
251 );
252 return memo(
253 () => wrap(
254 EMPTY_STRING + (getValue(cell) ?? EMPTY_STRING),
255 void 0,
256 props.debugIds,
257 props.cellId
258 )
259 );
260};
261var getUseCheckpointView = (getCheckpoints) => (props) => {
262 const resolvedCheckpoints = useCheckpointsOrCheckpointsById(
263 () => 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…