Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rilldata/rill
/ toUserRow
Function
toUserRow
cli/pkg/printer/resources.go:117–122 ·
view source on GitHub ↗
(m *adminv1.User)
Source
from the content-addressed store, hash-verified
115
}
116
117
func
toUserRow(m *adminv1.User) *user {
118
return
&user{
119
Name: m.DisplayName,
120
Email: m.Email,
121
}
122
}
123
124
type
user
struct
{
125
Name string `header:
"name"
json:
"display_name"
`
Callers
1
toUsersTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected