Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ IsComparison
Function
IsComparison
parser/operator/operator.go:67–69 ·
view source on GitHub ↗
(op string)
Source
from the content-addressed store, hash-verified
65
}
66
67
func
IsComparison(op string) bool {
68
return
op ==
"<"
|| op ==
">"
|| op ==
">="
|| op ==
"<="
69
}
Callers
2
parseExpression
Method · 0.92
parseComparison
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…