Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
export
function
saveUser(user) {
49
return
{
50
type
: SAVE_USER,
51
user,
52
};
53
}
54
55
export
function
saveTeamInvites(invites) {
56
return
{
Callers
7
createUser
Function · 0.85
oneaccountAuth
Function · 0.85
updateUser
Function · 0.85
createInvitedUser
Function · 0.85
verify
Function · 0.85
login
Function · 0.85
relog
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected