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

Method Delete

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

Delete returns a delete builder for Attestation.

()

Source from the content-addressed store, hash-verified

615
616// Delete returns a delete builder for Attestation.
617func (c *AttestationClient) Delete() *AttestationDelete {
618 mutation := newAttestationMutation(c.config, OpDelete)
619 return &AttestationDelete{config: c.config, hooks: c.Hooks(), mutation: mutation}
620}
621
622// DeleteOne returns a builder for deleting the given entity.
623func (c *AttestationClient) DeleteOne(_m *Attestation) *AttestationDeleteOne {

Callers 1

DeleteOneIDMethod · 0.95

Calls 2

HooksMethod · 0.95
newAttestationMutationFunction · 0.85

Tested by

no test coverage detected