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

Method Delete

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

Delete returns a delete builder for Organization.

()

Source from the content-addressed store, hash-verified

2132
2133// Delete returns a delete builder for Organization.
2134func (c *OrganizationClient) Delete() *OrganizationDelete {
2135 mutation := newOrganizationMutation(c.config, OpDelete)
2136 return &OrganizationDelete{config: c.config, hooks: c.Hooks(), mutation: mutation}
2137}
2138
2139// DeleteOne returns a builder for deleting the given entity.
2140func (c *OrganizationClient) DeleteOne(_m *Organization) *OrganizationDeleteOne {

Callers 1

DeleteOneIDMethod · 0.95

Calls 2

HooksMethod · 0.95
newOrganizationMutationFunction · 0.85

Tested by

no test coverage detected