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