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

Method Create

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

Create returns a builder for creating a Integration entity.

()

Source from the content-addressed store, hash-verified

1396
1397// Create returns a builder for creating a Integration entity.
1398func (c *IntegrationClient) Create() *IntegrationCreate {
1399 mutation := newIntegrationMutation(c.config, OpCreate)
1400 return &IntegrationCreate{config: c.config, hooks: c.Hooks(), mutation: mutation}
1401}
1402
1403// CreateBulk returns a builder for creating a bulk of Integration entities.
1404func (c *IntegrationClient) CreateBulk(builders ...*IntegrationCreate) *IntegrationCreateBulk {

Callers 1

MapCreateBulkMethod · 0.95

Calls 2

HooksMethod · 0.95
newIntegrationMutationFunction · 0.85

Tested by

no test coverage detected