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

Method Update

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

Update returns an update builder for CASBackend.

()

Source from the content-addressed store, hash-verified

746
747// Update returns an update builder for CASBackend.
748func (c *CASBackendClient) Update() *CASBackendUpdate {
749 mutation := newCASBackendMutation(c.config, OpUpdate)
750 return &CASBackendUpdate{config: c.config, hooks: c.Hooks(), mutation: mutation}
751}
752
753// UpdateOne returns an update builder for the given entity.
754func (c *CASBackendClient) UpdateOne(_m *CASBackend) *CASBackendUpdateOne {

Callers

nothing calls this directly

Calls 2

HooksMethod · 0.95
newCASBackendMutationFunction · 0.85

Tested by

no test coverage detected