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

Function ServerNEQ

ent/node/where.go:340–342  ·  view source on GitHub ↗

ServerNEQ applies the NEQ predicate on the "server" field.

(v string)

Source from the content-addressed store, hash-verified

338
339// ServerNEQ applies the NEQ predicate on the "server" field.
340func ServerNEQ(v string) predicate.Node {
341 return predicate.Node(sql.FieldNEQ(FieldServer, v))
342}
343
344// ServerIn applies the In predicate on the "server" field.
345func ServerIn(vs ...string) predicate.Node {

Callers

nothing calls this directly

Calls 1

NodeFuncType · 0.92

Tested by

no test coverage detected