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

Function ServerIn

ent/node/where.go:345–347  ·  view source on GitHub ↗

ServerIn applies the In predicate on the "server" field.

(vs ...string)

Source from the content-addressed store, hash-verified

343
344// ServerIn applies the In predicate on the "server" field.
345func ServerIn(vs ...string) predicate.Node {
346 return predicate.Node(sql.FieldIn(FieldServer, vs...))
347}
348
349// ServerNotIn applies the NotIn predicate on the "server" field.
350func ServerNotIn(vs ...string) predicate.Node {

Callers

nothing calls this directly

Calls 1

NodeFuncType · 0.92

Tested by

no test coverage detected