MCPcopy 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
117func toUserRow(m *adminv1.User) *user {
118 return &user{
119 Name: m.DisplayName,
120 Email: m.Email,
121 }
122}
123
124type user struct {
125 Name string `header:"name" json:"display_name"`

Callers 1

toUsersTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected