MCPcopy 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
47function beginSignUp() {
48 return { type: types.SIGNUP_USER };
49}
50
51function signUpSuccess() {
52 return { type: types.SIGNUP_SUCCESS_USER };

Callers 1

signUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected