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

Method Update

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

Update returns an update builder for Integration.

()

Source from the content-addressed store, hash-verified

1422
1423// Update returns an update builder for Integration.
1424func (c *IntegrationClient) Update() *IntegrationUpdate {
1425 mutation := newIntegrationMutation(c.config, OpUpdate)
1426 return &IntegrationUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation}
1427}
1428
1429// UpdateOne returns an update builder for the given entity.
1430func (c *IntegrationClient) UpdateOne(_m *Integration) *IntegrationUpdateOne {

Callers

nothing calls this directly

Calls 2

HooksMethod · 0.95
newIntegrationMutationFunction · 0.85

Tested by

no test coverage detected