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

Method Hooks

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

Hooks returns the client hooks.

()

Source from the content-addressed store, hash-verified

2499
2500// Hooks returns the client hooks.
2501func (c *ProjectClient) Hooks() []Hook {
2502 return c.hooks.Project
2503}
2504
2505// Interceptors returns the client interceptors.
2506func (c *ProjectClient) 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