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

Method Delete

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

Delete returns a delete builder for OrgInvitation.

()

Source from the content-addressed store, hash-verified

1967
1968// Delete returns a delete builder for OrgInvitation.
1969func (c *OrgInvitationClient) Delete() *OrgInvitationDelete {
1970 mutation := newOrgInvitationMutation(c.config, OpDelete)
1971 return &OrgInvitationDelete{config: c.config, hooks: c.Hooks(), mutation: mutation}
1972}
1973
1974// DeleteOne returns a builder for deleting the given entity.
1975func (c *OrgInvitationClient) DeleteOne(_m *OrgInvitation) *OrgInvitationDeleteOne {

Callers 1

DeleteOneIDMethod · 0.95

Calls 2

HooksMethod · 0.95
newOrgInvitationMutationFunction · 0.85

Tested by

no test coverage detected