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

Method Hooks

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

Hooks returns the client hooks.

()

Source from the content-addressed store, hash-verified

2041
2042// Hooks returns the client hooks.
2043func (c *OrgInvitationClient) Hooks() []Hook {
2044 return c.hooks.OrgInvitation
2045}
2046
2047// Interceptors returns the client interceptors.
2048func (c *OrgInvitationClient) 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