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

Method Delete

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

Delete returns a delete builder for User.

()

Source from the content-addressed store, hash-verified

3085
3086// Delete returns a delete builder for User.
3087func (c *UserClient) Delete() *UserDelete {
3088 mutation := newUserMutation(c.config, OpDelete)
3089 return &UserDelete{config: c.config, hooks: c.Hooks(), mutation: mutation}
3090}
3091
3092// DeleteOne returns a builder for deleting the given entity.
3093func (c *UserClient) DeleteOne(_m *User) *UserDeleteOne {

Callers 1

DeleteOneIDMethod · 0.95

Calls 2

HooksMethod · 0.95
newUserMutationFunction · 0.85

Tested by

no test coverage detected