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

Function CheckpointView

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:1337–1341  ·  view source on GitHub ↗
({ checkpoints, checkpointId, debugIds })

Source from the content-addressed store, hash-verified

1335 return debugIds && !isUndefined(id) ? [id, ":{", separated, "}"] : separated;
1336};
1337var CheckpointView = ({ checkpoints, checkpointId, debugIds }) => /* @__PURE__ */ jsx(Wrap, {
1338 debugIds,
1339 id: checkpointId,
1340 children: useCheckpoint(checkpointId, checkpoints) ?? EMPTY_STRING
1341});
1342var ResultCellView = ({ queryId, rowId, cellId, queries, debugIds }) => /* @__PURE__ */ jsx(Wrap, {
1343 debugIds,
1344 id: cellId,

Callers

nothing calls this directly

Calls 1

useCheckpointFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…