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

Function ContextCheckpointsChild

test/unit/core/ui-react/components.test.tsx:624–628  ·  view source on GitHub ↗
({
  checkpointsId,
}: {
  readonly checkpointsId?: string;
})

Source from the content-addressed store, hash-verified

622);
623
624const ContextCheckpointsChild = ({
625 checkpointsId,
626}: {
627 readonly checkpointsId?: string;
628}) => <>{JSON.stringify(useCheckpointIds(checkpointsId))}</>;
629
630const ContextPersister = ({
631 persister,

Callers

nothing calls this directly

Calls 1

useCheckpointIdsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…