MCPcopy Create free account
hub / github.com/auth0/auth0-cli / InvitationsShow

Method InvitationsShow

internal/display/invitations.go:65–68  ·  view source on GitHub ↗
(invitation management.OrganizationInvitation)

Source from the content-addressed store, hash-verified

63}
64
65func (r *Renderer) InvitationsShow(invitation management.OrganizationInvitation) {
66 r.Heading("organization invitation")
67 r.Result(makeInvitationsView(invitation))
68}
69
70func makeInvitationsView(invitation management.OrganizationInvitation) *invitationsView {
71 return &invitationsView{

Callers 1

Calls 3

HeadingMethod · 0.95
ResultMethod · 0.95
makeInvitationsViewFunction · 0.85

Tested by

no test coverage detected