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

Method Update

app/controlplane/pkg/data/ent/organization.go:340–342  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

338// Note that you need to call Organization.Unwrap() before calling this method if this Organization
339// was returned from a transaction, and the transaction was committed or rolled back.
340func (_m *Organization) Update() *OrganizationUpdateOne {
341 return NewOrganizationClient(_m.config).UpdateOne(_m)
342}
343
344// Unwrap unwraps the Organization entity that was returned from a transaction after it was closed,
345// so that all future queries will be executed through the driver which created the transaction.

Callers

nothing calls this directly

Calls 2

NewOrganizationClientFunction · 0.85
UpdateOneMethod · 0.45

Tested by

no test coverage detected