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