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

Method Where

app/controlplane/pkg/data/ent/mutation.go:14707–14709  ·  view source on GitHub ↗

Where appends a list predicates to the UserMutation builder.

(ps ...predicate.User)

Source from the content-addressed store, hash-verified

14705
14706// Where appends a list predicates to the UserMutation builder.
14707func (m *UserMutation) Where(ps ...predicate.User) {
14708 m.predicates = append(m.predicates, ps...)
14709}
14710
14711// WhereP appends storage-level predicates to the UserMutation builder. Using this method,
14712// users can use type-assertion to append predicates that do not depend on any generated package.

Callers 15

WherePMethod · 0.95
IDsMethod · 0.45
IDsMethod · 0.45
IDsMethod · 0.45
IDsMethod · 0.45
IDsMethod · 0.45
IDsMethod · 0.45
IDsMethod · 0.45
IDsMethod · 0.45
IDsMethod · 0.45
IDsMethod · 0.45
IDsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected