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

Method Update

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

Update returns an update builder for User.

()

Source from the content-addressed store, hash-verified

3067
3068// Update returns an update builder for User.
3069func (c *UserClient) Update() *UserUpdate {
3070 mutation := newUserMutation(c.config, OpUpdate)
3071 return &UserUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation}
3072}
3073
3074// UpdateOne returns an update builder for the given entity.
3075func (c *UserClient) UpdateOne(_m *User) *UserUpdateOne {

Callers

nothing calls this directly

Calls 2

HooksMethod · 0.95
newUserMutationFunction · 0.85

Tested by

no test coverage detected