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

Method Update

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

Update returns an update builder for OrgInvitation.

()

Source from the content-addressed store, hash-verified

1949
1950// Update returns an update builder for OrgInvitation.
1951func (c *OrgInvitationClient) Update() *OrgInvitationUpdate {
1952 mutation := newOrgInvitationMutation(c.config, OpUpdate)
1953 return &OrgInvitationUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation}
1954}
1955
1956// UpdateOne returns an update builder for the given entity.
1957func (c *OrgInvitationClient) UpdateOne(_m *OrgInvitation) *OrgInvitationUpdateOne {

Callers

nothing calls this directly

Calls 2

HooksMethod · 0.95
newOrgInvitationMutationFunction · 0.85

Tested by

no test coverage detected