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

Method Update

app/controlplane/pkg/data/ent/group.go:175–177  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

173// Note that you need to call Group.Unwrap() before calling this method if this Group
174// was returned from a transaction, and the transaction was committed or rolled back.
175func (_m *Group) Update() *GroupUpdateOne {
176 return NewGroupClient(_m.config).UpdateOne(_m)
177}
178
179// Unwrap unwraps the Group entity that was returned from a transaction after it was closed,
180// so that all future queries will be executed through the driver which created the transaction.

Callers

nothing calls this directly

Calls 2

NewGroupClientFunction · 0.85
UpdateOneMethod · 0.45

Tested by

no test coverage detected