MCPcopy
hub / github.com/Hashnode/mern-starter / toggleAddPost

Function toggleAddPost

client/modules/App/AppActions.js:5–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4// Export Actions
5export function toggleAddPost() {
6 return {
7 type: TOGGLE_ADD_POST,
8 };
9}

Callers 4

PostListPage.jsFile · 0.90
AppClass · 0.90
App.spec.jsFile · 0.90
AppReducer.spec.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected