Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
export
const
createPaginationActionSet = actionName => ({
9
...createActionSet(actionName),
10
RESET: `${actionName}_RESET`,
11
});
Callers
2
index.js
File · 0.90
action-helpers.js
File · 0.90
Calls
1
createActionSet
Function · 0.85
Tested by
no test coverage detected