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

Method Update

app/controlplane/pkg/data/ent/project.go:181–183  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

179// Note that you need to call Project.Unwrap() before calling this method if this Project
180// was returned from a transaction, and the transaction was committed or rolled back.
181func (_m *Project) Update() *ProjectUpdateOne {
182 return NewProjectClient(_m.config).UpdateOne(_m)
183}
184
185// Unwrap unwraps the Project entity that was returned from a transaction after it was closed,
186// so that all future queries will be executed through the driver which created the transaction.

Callers

nothing calls this directly

Calls 2

NewProjectClientFunction · 0.85
UpdateOneMethod · 0.45

Tested by

no test coverage detected