MCPcopy Index your code
hub / github.com/expr-lang/expr / After

Method After

test/playground/env.go:48–50  ·  view source on GitHub ↗
(date time.Time)

Source from the content-addressed store, hash-verified

46}
47
48func (p Post) After(date time.Time) bool {
49 return p.PublishDate.After(date)
50}
51
52func (p Post) Before(date time.Time) bool {
53 return p.PublishDate.Before(date)

Callers 5

ExampleOperatorFunction · 0.80
CompareMethod · 0.80
WithinRangeFunction · 0.80
MoreFunction · 0.80
MoreOrEqualFunction · 0.80

Calls

no outgoing calls

Tested by 1

ExampleOperatorFunction · 0.64