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

Function StatusNotIn

ent/node/where.go:245–247  ·  view source on GitHub ↗

StatusNotIn applies the NotIn predicate on the "status" field.

(vs ...Status)

Source from the content-addressed store, hash-verified

243
244// StatusNotIn applies the NotIn predicate on the "status" field.
245func StatusNotIn(vs ...Status) predicate.Node {
246 return predicate.Node(sql.FieldNotIn(FieldStatus, vs...))
247}
248
249// NameEQ applies the EQ predicate on the "name" field.
250func NameEQ(v string) predicate.Node {

Callers

nothing calls this directly

Calls 1

NodeFuncType · 0.92

Tested by

no test coverage detected