Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
48
func
(p Post) After(date time.Time) bool {
49
return
p.PublishDate.After(date)
50
}
51
52
func
(p Post) Before(date time.Time) bool {
53
return
p.PublishDate.Before(date)
Callers
5
ExampleOperator
Function · 0.80
Compare
Method · 0.80
WithinRange
Function · 0.80
More
Function · 0.80
MoreOrEqual
Function · 0.80
Calls
no outgoing calls
Tested by
1
ExampleOperator
Function · 0.64