MCPcopy
hub / github.com/crowdsecurity/crowdsec / Interceptors

Method Interceptors

pkg/database/ent/client.go:1463–1465  ·  view source on GitHub ↗

Interceptors returns the client interceptors.

()

Source from the content-addressed store, hash-verified

1461
1462// Interceptors returns the client interceptors.
1463func (c *LockClient) Interceptors() []Interceptor {
1464 return c.inters.Lock
1465}
1466
1467func (c *LockClient) mutate(ctx context.Context, m *LockMutation) (Value, error) {
1468 switch m.Op() {

Callers 1

QueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected