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

Method Delete

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

Delete returns a delete builder for Integration.

()

Source from the content-addressed store, hash-verified

1440
1441// Delete returns a delete builder for Integration.
1442func (c *IntegrationClient) Delete() *IntegrationDelete {
1443 mutation := newIntegrationMutation(c.config, OpDelete)
1444 return &IntegrationDelete{config: c.config, hooks: c.Hooks(), mutation: mutation}
1445}
1446
1447// DeleteOne returns a builder for deleting the given entity.
1448func (c *IntegrationClient) DeleteOne(_m *Integration) *IntegrationDeleteOne {

Callers 1

DeleteOneIDMethod · 0.95

Calls 2

HooksMethod · 0.95
newIntegrationMutationFunction · 0.85

Tested by

no test coverage detected