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

Method Update

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

Update returns an update builder for CASMapping.

()

Source from the content-addressed store, hash-verified

911
912// Update returns an update builder for CASMapping.
913func (c *CASMappingClient) Update() *CASMappingUpdate {
914 mutation := newCASMappingMutation(c.config, OpUpdate)
915 return &CASMappingUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation}
916}
917
918// UpdateOne returns an update builder for the given entity.
919func (c *CASMappingClient) UpdateOne(_m *CASMapping) *CASMappingUpdateOne {

Callers

nothing calls this directly

Calls 2

HooksMethod · 0.95
newCASMappingMutationFunction · 0.85

Tested by

no test coverage detected