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

Method DeleteOne

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

DeleteOne returns a builder for deleting the given entity.

(_m *Group)

Source from the content-addressed store, hash-verified

1116
1117// DeleteOne returns a builder for deleting the given entity.
1118func (c *GroupClient) DeleteOne(_m *Group) *GroupDeleteOne {
1119 return c.DeleteOneID(_m.ID)
1120}
1121
1122// DeleteOneID returns a builder for deleting the given entity by its id.
1123func (c *GroupClient) DeleteOneID(id uuid.UUID) *GroupDeleteOne {

Callers

nothing calls this directly

Calls 1

DeleteOneIDMethod · 0.95

Tested by

no test coverage detected