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

Function CapabilitiesNotIn

ent/node/where.go:500–502  ·  view source on GitHub ↗

CapabilitiesNotIn applies the NotIn predicate on the "capabilities" field.

(vs ...*boolset.BooleanSet)

Source from the content-addressed store, hash-verified

498
499// CapabilitiesNotIn applies the NotIn predicate on the "capabilities" field.
500func CapabilitiesNotIn(vs ...*boolset.BooleanSet) predicate.Node {
501 return predicate.Node(sql.FieldNotIn(FieldCapabilities, vs...))
502}
503
504// CapabilitiesGT applies the GT predicate on the "capabilities" field.
505func CapabilitiesGT(v *boolset.BooleanSet) predicate.Node {

Callers

nothing calls this directly

Calls 1

NodeFuncType · 0.92

Tested by

no test coverage detected