Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ externalOf
Function
externalOf
api/user_test.go:441–443 ·
view source on GitHub ↗
(user *model.User)
Source
from the content-addressed store, hash-verified
439
}
440
441
func
externalOf(user *model.User) *model.UserExternal {
442
return
&model.UserExternal{Name: user.Name, Admin: user.Admin, ID: user.ID}
443
}
Callers
3
Test_GetUsers
Method · 0.85
Test_GetCurrentUser
Method · 0.85
Test_GetUserByID
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…