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

Method Update

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

Update returns an update builder for Membership.

()

Source from the content-addressed store, hash-verified

1752
1753// Update returns an update builder for Membership.
1754func (c *MembershipClient) Update() *MembershipUpdate {
1755 mutation := newMembershipMutation(c.config, OpUpdate)
1756 return &MembershipUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation}
1757}
1758
1759// UpdateOne returns an update builder for the given entity.
1760func (c *MembershipClient) UpdateOne(_m *Membership) *MembershipUpdateOne {

Callers

nothing calls this directly

Calls 2

HooksMethod · 0.95
newMembershipMutationFunction · 0.85

Tested by

no test coverage detected