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

Method Update

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

Update returns an update builder for Group.

()

Source from the content-addressed store, hash-verified

1092
1093// Update returns an update builder for Group.
1094func (c *GroupClient) Update() *GroupUpdate {
1095 mutation := newGroupMutation(c.config, OpUpdate)
1096 return &GroupUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation}
1097}
1098
1099// UpdateOne returns an update builder for the given entity.
1100func (c *GroupClient) UpdateOne(_m *Group) *GroupUpdateOne {

Callers

nothing calls this directly

Calls 2

HooksMethod · 0.95
newGroupMutationFunction · 0.85

Tested by

no test coverage detected