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

Method Hooks

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

Hooks returns the client hooks.

()

Source from the content-addressed store, hash-verified

3159
3160// Hooks returns the client hooks.
3161func (c *UserClient) Hooks() []Hook {
3162 return c.hooks.User
3163}
3164
3165// Interceptors returns the client interceptors.
3166func (c *UserClient) Interceptors() []Interceptor {

Callers 6

CreateMethod · 0.95
UpdateMethod · 0.95
UpdateOneMethod · 0.95
UpdateOneIDMethod · 0.95
DeleteMethod · 0.95
mutateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected