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

Function IDNotIn

ent/node/where.go:35–37  ·  view source on GitHub ↗

IDNotIn applies the NotIn predicate on the ID field.

(ids ...int)

Source from the content-addressed store, hash-verified

33
34// IDNotIn applies the NotIn predicate on the ID field.
35func IDNotIn(ids ...int) predicate.Node {
36 return predicate.Node(sql.FieldNotIn(FieldID, ids...))
37}
38
39// IDGT applies the GT predicate on the ID field.
40func IDGT(id int) predicate.Node {

Callers

nothing calls this directly

Calls 1

NodeFuncType · 0.92

Tested by

no test coverage detected