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

Method Update

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

Update returns an update builder for Organization.

()

Source from the content-addressed store, hash-verified

2114
2115// Update returns an update builder for Organization.
2116func (c *OrganizationClient) Update() *OrganizationUpdate {
2117 mutation := newOrganizationMutation(c.config, OpUpdate)
2118 return &OrganizationUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation}
2119}
2120
2121// UpdateOne returns an update builder for the given entity.
2122func (c *OrganizationClient) UpdateOne(_m *Organization) *OrganizationUpdateOne {

Callers

nothing calls this directly

Calls 2

HooksMethod · 0.95
newOrganizationMutationFunction · 0.85

Tested by

no test coverage detected