Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/reactGo/reactGo
/ loginSuccess
Function
loginSuccess
app/actions/users.js:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
function
loginSuccess() {
35
return
{
type
: types.LOGIN_SUCCESS_USER };
36
}
37
38
function
loginError() {
39
return
{
type
: types.LOGIN_ERROR_USER };
Callers
1
manualLogin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected