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

Method Update

app/controlplane/pkg/data/ent/integration.go:185–187  ·  view source on GitHub ↗

Update returns a builder for updating this Integration. Note that you need to call Integration.Unwrap() before calling this method if this Integration was returned from a transaction, and the transaction was committed or rolled back.

()

Source from the content-addressed store, hash-verified

183// Note that you need to call Integration.Unwrap() before calling this method if this Integration
184// was returned from a transaction, and the transaction was committed or rolled back.
185func (_m *Integration) Update() *IntegrationUpdateOne {
186 return NewIntegrationClient(_m.config).UpdateOne(_m)
187}
188
189// Unwrap unwraps the Integration entity that was returned from a transaction after it was closed,
190// so that all future queries will be executed through the driver which created the transaction.

Callers

nothing calls this directly

Calls 2

NewIntegrationClientFunction · 0.85
UpdateOneMethod · 0.45

Tested by

no test coverage detected