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

Method Update

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

Update returns an update builder for Project.

()

Source from the content-addressed store, hash-verified

2391
2392// Update returns an update builder for Project.
2393func (c *ProjectClient) Update() *ProjectUpdate {
2394 mutation := newProjectMutation(c.config, OpUpdate)
2395 return &ProjectUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation}
2396}
2397
2398// UpdateOne returns an update builder for the given entity.
2399func (c *ProjectClient) UpdateOne(_m *Project) *ProjectUpdateOne {

Callers

nothing calls this directly

Calls 2

HooksMethod · 0.95
newProjectMutationFunction · 0.85

Tested by

no test coverage detected