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

Method UpdateOneID

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

UpdateOneID returns an update builder for the given id.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

1104
1105// UpdateOneID returns an update builder for the given id.
1106func (c *GroupClient) UpdateOneID(id uuid.UUID) *GroupUpdateOne {
1107 mutation := newGroupMutation(c.config, OpUpdateOne, withGroupID(id))
1108 return &GroupUpdateOne{config: c.config, hooks: c.Hooks(), mutation: mutation}
1109}
1110
1111// Delete returns a delete builder for Group.
1112func (c *GroupClient) Delete() *GroupDelete {

Callers

nothing calls this directly

Calls 3

HooksMethod · 0.95
newGroupMutationFunction · 0.85
withGroupIDFunction · 0.85

Tested by

no test coverage detected