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

Function useGoForwardCallback

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

Source from the content-addressed store, hash-verified

1846): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goBackward');
1847
1848export const useGoForwardCallback = (
1849 checkpointsOrCheckpointsId?: MaybeCheckpointsOrCheckpointsId,
1850): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goForward');
1851
1852export const useGoToCallback = <Parameter>(
1853 getCheckpointId: (parameter: Parameter) => Id,

Callers 2

CallbackFunction · 0.90
useRedoInformationFunction · 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…