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

Method Update

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

Update returns an update builder for Attestation.

()

Source from the content-addressed store, hash-verified

597
598// Update returns an update builder for Attestation.
599func (c *AttestationClient) Update() *AttestationUpdate {
600 mutation := newAttestationMutation(c.config, OpUpdate)
601 return &AttestationUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation}
602}
603
604// UpdateOne returns an update builder for the given entity.
605func (c *AttestationClient) UpdateOne(_m *Attestation) *AttestationUpdateOne {

Callers

nothing calls this directly

Calls 2

HooksMethod · 0.95
newAttestationMutationFunction · 0.85

Tested by

no test coverage detected