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

Function CreatedAtNotIn

ent/node/where.go:115–117  ·  view source on GitHub ↗

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

(vs ...time.Time)

Source from the content-addressed store, hash-verified

113
114// CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
115func CreatedAtNotIn(vs ...time.Time) predicate.Node {
116 return predicate.Node(sql.FieldNotIn(FieldCreatedAt, vs...))
117}
118
119// CreatedAtGT applies the GT predicate on the "created_at" field.
120func CreatedAtGT(v time.Time) predicate.Node {

Callers

nothing calls this directly

Calls 1

NodeFuncType · 0.92

Tested by

no test coverage detected