MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Where

Method Where

ent/node_update.go:590–593  ·  view source on GitHub ↗

Where appends a list predicates to the NodeUpdate builder.

(ps ...predicate.Node)

Source from the content-addressed store, hash-verified

588
589// Where appends a list predicates to the NodeUpdate builder.
590func (nuo *NodeUpdateOne) Where(ps ...predicate.Node) *NodeUpdateOne {
591 nuo.mutation.Where(ps...)
592 return nuo
593}
594
595// Select allows selecting one or more fields (columns) of the returned entity.
596// The default is selecting all fields defined in the entity schema.

Callers

nothing calls this directly

Calls 1

WhereMethod · 0.45

Tested by

no test coverage detected