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

Function createActionSet

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

Source from the content-addressed store, hash-verified

1export const createActionSet = actionName => ({
2 PENDING: `${actionName}_PENDING`,
3 SUCCESS: `${actionName}_SUCCESS`,
4 ERROR: `${actionName}_ERROR`,
5 actionName,
6});
7
8export const createPaginationActionSet = actionName => ({
9 ...createActionSet(actionName),

Callers 8

auth.type.jsFile · 0.90
user.type.jsFile · 0.90
repository.type.jsFile · 0.90
issue.type.jsFile · 0.90
index.jsFile · 0.90
action-helpers.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected