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

Method UpdateOneID

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

UpdateOneID returns an update builder for the given id.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

2403
2404// UpdateOneID returns an update builder for the given id.
2405func (c *ProjectClient) UpdateOneID(id uuid.UUID) *ProjectUpdateOne {
2406 mutation := newProjectMutation(c.config, OpUpdateOne, withProjectID(id))
2407 return &ProjectUpdateOne{config: c.config, hooks: c.Hooks(), mutation: mutation}
2408}
2409
2410// Delete returns a delete builder for Project.
2411func (c *ProjectClient) Delete() *ProjectDelete {

Callers

nothing calls this directly

Calls 3

HooksMethod · 0.95
newProjectMutationFunction · 0.85
withProjectIDFunction · 0.85

Tested by

no test coverage detected