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

Method Hooks

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

Hooks returns the client hooks.

()

Source from the content-addressed store, hash-verified

1876
1877// Hooks returns the client hooks.
1878func (c *MembershipClient) Hooks() []Hook {
1879 return c.hooks.Membership
1880}
1881
1882// Interceptors returns the client interceptors.
1883func (c *MembershipClient) 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