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

Method Delete

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

Delete returns a delete builder for CASMapping.

()

Source from the content-addressed store, hash-verified

929
930// Delete returns a delete builder for CASMapping.
931func (c *CASMappingClient) Delete() *CASMappingDelete {
932 mutation := newCASMappingMutation(c.config, OpDelete)
933 return &CASMappingDelete{config: c.config, hooks: c.Hooks(), mutation: mutation}
934}
935
936// DeleteOne returns a builder for deleting the given entity.
937func (c *CASMappingClient) DeleteOne(_m *CASMapping) *CASMappingDeleteOne {

Callers 1

DeleteOneIDMethod · 0.95

Calls 2

HooksMethod · 0.95
newCASMappingMutationFunction · 0.85

Tested by

no test coverage detected