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

Function CheckpointView

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

Source from the content-addressed store, hash-verified

213 return encloseWithId ? [id, ":{", separated, "}"] : separated;
214};
215var CheckpointView = (props) => {
216 const checkpoint = useCheckpoint(
217 () => props.checkpointId,
218 () => props.checkpoints
219 );
220 return memo(
221 () => wrap(
222 getValue(checkpoint) ?? EMPTY_STRING,
223 void 0,
224 props.debugIds,
225 props.checkpointId
226 )
227 );
228};
229var ResultCellView = (props) => {
230 const resultCell = useResultCell(
231 () => props.queryId,

Callers

nothing calls this directly

Calls 3

useCheckpointFunction · 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…