Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
5
export
function
toggleAddPost() {
6
return
{
7
type
: TOGGLE_ADD_POST,
8
};
9
}
Callers
4
PostListPage.js
File · 0.90
App
Class · 0.90
App.spec.js
File · 0.90
AppReducer.spec.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected