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

Method Interceptors

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

Interceptors returns the client interceptors.

()

Source from the content-addressed store, hash-verified

3164
3165// Interceptors returns the client interceptors.
3166func (c *UserClient) Interceptors() []Interceptor {
3167 return c.inters.User
3168}
3169
3170func (c *UserClient) mutate(ctx context.Context, m *UserMutation) (Value, error) {
3171 switch m.Op() {

Callers 1

QueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected