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

Method Hooks

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

Hooks returns the client hooks.

()

Source from the content-addressed store, hash-verified

1019
1020// Hooks returns the client hooks.
1021func (c *CASMappingClient) Hooks() []Hook {
1022 return c.hooks.CASMapping
1023}
1024
1025// Interceptors returns the client interceptors.
1026func (c *CASMappingClient) 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