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

Method Delete

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

Delete returns a delete builder for Group.

()

Source from the content-addressed store, hash-verified

1110
1111// Delete returns a delete builder for Group.
1112func (c *GroupClient) Delete() *GroupDelete {
1113 mutation := newGroupMutation(c.config, OpDelete)
1114 return &GroupDelete{config: c.config, hooks: c.Hooks(), mutation: mutation}
1115}
1116
1117// DeleteOne returns a builder for deleting the given entity.
1118func (c *GroupClient) DeleteOne(_m *Group) *GroupDeleteOne {

Callers 1

DeleteOneIDMethod · 0.95

Calls 2

HooksMethod · 0.95
newGroupMutationFunction · 0.85

Tested by

no test coverage detected