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

Function ServerNotIn

ent/node/where.go:350–352  ·  view source on GitHub ↗

ServerNotIn applies the NotIn predicate on the "server" field.

(vs ...string)

Source from the content-addressed store, hash-verified

348
349// ServerNotIn applies the NotIn predicate on the "server" field.
350func ServerNotIn(vs ...string) predicate.Node {
351 return predicate.Node(sql.FieldNotIn(FieldServer, vs...))
352}
353
354// ServerGT applies the GT predicate on the "server" field.
355func ServerGT(v string) predicate.Node {

Callers

nothing calls this directly

Calls 1

NodeFuncType · 0.92

Tested by

no test coverage detected