MCPcopy Index your code
hub / github.com/chartbrew/chartbrew / saveUser

Function saveUser

client/src/actions/user.js:48–53  ·  view source on GitHub ↗
(user)

Source from the content-addressed store, hash-verified

46}
47
48export function saveUser(user) {
49 return {
50 type: SAVE_USER,
51 user,
52 };
53}
54
55export function saveTeamInvites(invites) {
56 return {

Callers 7

createUserFunction · 0.85
oneaccountAuthFunction · 0.85
updateUserFunction · 0.85
createInvitedUserFunction · 0.85
verifyFunction · 0.85
loginFunction · 0.85
relogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected