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

Function useGoBackwardCallback

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

Source from the content-addressed store, hash-verified

2222};
2223
2224export const useGoBackwardCallback: typeof useGoBackwardCallbackDecl = (
2225 checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId,
2226): Callback => useCheckpointAction(checkpointsOrCheckpointsId, 'goBackward');
2227
2228export const useGoForwardCallback: typeof useGoForwardCallbackDecl = (
2229 checkpointsOrCheckpointsId?: CheckpointsOrCheckpointsId,

Callers 2

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