Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactGo/reactGo
/ beginSignUp
Function
beginSignUp
app/actions/users.js:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
function
beginSignUp() {
48
return
{
type
: types.SIGNUP_USER };
49
}
50
51
function
signUpSuccess() {
52
return
{
type
: types.SIGNUP_SUCCESS_USER };
Callers
1
signUp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected