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

Function useGoForwardCallback

src/ui-react/hooks.ts:2228–2230  ·  view source on GitHub ↗
(
  checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId,
)

Source from the content-addressed store, hash-verified

2226): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goBackward');
2227
2228export const useGoForwardCallback: typeof useGoForwardCallbackDecl = (
2229 checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId,
2230): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goForward');
2231
2232export const useGoToCallback: typeof useGoToCallbackDecl = <Parameter>(
2233 getCheckpointId: (parameter: Parameter) => Id,

Callers 2

CallbackFunction · 0.90
useRedoInformationFunction · 0.90

Calls 1

useCheckpointActionFunction · 0.70

Tested by 1

CallbackFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…