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

Method Create

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

Create returns a builder for creating a CASMapping entity.

()

Source from the content-addressed store, hash-verified

885
886// Create returns a builder for creating a CASMapping entity.
887func (c *CASMappingClient) Create() *CASMappingCreate {
888 mutation := newCASMappingMutation(c.config, OpCreate)
889 return &CASMappingCreate{config: c.config, hooks: c.Hooks(), mutation: mutation}
890}
891
892// CreateBulk returns a builder for creating a bulk of CASMapping entities.
893func (c *CASMappingClient) CreateBulk(builders ...*CASMappingCreate) *CASMappingCreateBulk {

Callers 1

MapCreateBulkMethod · 0.95

Calls 2

HooksMethod · 0.95
newCASMappingMutationFunction · 0.85

Tested by

no test coverage detected