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

Function isEmptyInvitationList

internal/cli/organizations.go:1181–1183  ·  view source on GitHub ↗
(invs *management.OrganizationInvitationList)

Source from the content-addressed store, hash-verified

1179}
1180
1181func isEmptyInvitationList(invs *management.OrganizationInvitationList) bool {
1182 return invs == nil || len(invs.OrganizationInvitations) == 0
1183}
1184
1185func createInvitationOrganizationCmd(cli *cli) *cobra.Command {
1186 var inputs struct {

Callers 1

getOrgInvitationsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected