MCPcopy
hub / github.com/tinyplex/tinybase / useGoBackwardCallback

Function useGoBackwardCallback

src/ui-solid/primitives.ts:1844–1846  ·  view source on GitHub ↗
(
  checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId,
)

Source from the content-addressed store, hash-verified

1842};
1843
1844export const useGoBackwardCallback = (
1845 checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId,
1846): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goBackward');
1847
1848export const useGoForwardCallback = (
1849 checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId,

Callers 2

CallbackFunction · 0.90
useUndoInformationFunction · 0.70

Calls 1

useCheckpointActionFunction · 0.70

Tested by 1

CallbackFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…