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

Method Create

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

Create returns a builder for creating a Group entity.

()

Source from the content-addressed store, hash-verified

1066
1067// Create returns a builder for creating a Group entity.
1068func (c *GroupClient) Create() *GroupCreate {
1069 mutation := newGroupMutation(c.config, OpCreate)
1070 return &GroupCreate{config: c.config, hooks: c.Hooks(), mutation: mutation}
1071}
1072
1073// CreateBulk returns a builder for creating a bulk of Group entities.
1074func (c *GroupClient) CreateBulk(builders ...*GroupCreate) *GroupCreateBulk {

Callers 1

MapCreateBulkMethod · 0.95

Calls 2

HooksMethod · 0.95
newGroupMutationFunction · 0.85

Tested by

no test coverage detected