MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / Create

Method Create

app/controlplane/pkg/data/ent/client.go:1925–1928  ·  view source on GitHub ↗

Create returns a builder for creating a OrgInvitation entity.

()

Source from the content-addressed store, hash-verified

1923
1924// Create returns a builder for creating a OrgInvitation entity.
1925func (c *OrgInvitationClient) Create() *OrgInvitationCreate {
1926 mutation := newOrgInvitationMutation(c.config, OpCreate)
1927 return &OrgInvitationCreate{config: c.config, hooks: c.Hooks(), mutation: mutation}
1928}
1929
1930// CreateBulk returns a builder for creating a bulk of OrgInvitation entities.
1931func (c *OrgInvitationClient) CreateBulk(builders ...*OrgInvitationCreate) *OrgInvitationCreateBulk {

Callers 1

MapCreateBulkMethod · 0.95

Calls 2

HooksMethod · 0.95
newOrgInvitationMutationFunction · 0.85

Tested by

no test coverage detected