Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/KubePi
/ sanitizeUser
Function
sanitizeUser
internal/api/v1/user/user.go:42–46 ·
view source on GitHub ↗
(u v1User.User)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
sanitizeUser(u v1User.User) v1User.User {
43
u.Authenticate = v1User.Authenticate{}
44
u.Mfa.Secret =
""
45
return
u
46
}
47
48
// Search User
49
// @Tags users
Callers
5
SearchUsers
Method · 0.85
CreateUser
Method · 0.85
GetUser
Method · 0.85
GetUsers
Method · 0.85
UpdateUser
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected