MCPcopy Create free account
hub / github.com/upper/db / After

Function After

comparison.go:87–89  ·  view source on GitHub ↗

After is a comparison that means: is after the (time.Time) value.

(value time.Time)

Source from the content-addressed store, hash-verified

85
86// After is a comparison that means: is after the (time.Time) value.
87func After(value time.Time) *Comparison {
88 return &Comparison{adapter.NewComparisonOperator(adapter.ComparisonOperatorGreaterThan, value)}
89}
90
91// Before is a comparison that means: is before the (time.Time) value.
92func Before(value time.Time) *Comparison {

Callers 1

TestComparisonOperatorsFunction · 0.85

Calls 1

NewComparisonOperatorFunction · 0.92

Tested by 1

TestComparisonOperatorsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…