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

Function SlaveKeyNotIn

ent/node/where.go:425–427  ·  view source on GitHub ↗

SlaveKeyNotIn applies the NotIn predicate on the "slave_key" field.

(vs ...string)

Source from the content-addressed store, hash-verified

423
424// SlaveKeyNotIn applies the NotIn predicate on the "slave_key" field.
425func SlaveKeyNotIn(vs ...string) predicate.Node {
426 return predicate.Node(sql.FieldNotIn(FieldSlaveKey, vs...))
427}
428
429// SlaveKeyGT applies the GT predicate on the "slave_key" field.
430func SlaveKeyGT(v string) predicate.Node {

Callers

nothing calls this directly

Calls 1

NodeFuncType · 0.92

Tested by

no test coverage detected