MCPcopy Index your code
hub / github.com/gitpoint/git-point / createPaginationActionSet

Function createPaginationActionSet

src/utils/action-helper.js:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6});
7
8export const createPaginationActionSet = actionName => ({
9 ...createActionSet(actionName),
10 RESET: `${actionName}_RESET`,
11});

Callers 2

index.jsFile · 0.90
action-helpers.jsFile · 0.90

Calls 1

createActionSetFunction · 0.85

Tested by

no test coverage detected