MCPcopy 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
67func IsComparison(op string) bool {
68 return op == "<" || op == ">" || op == ">=" || op == "<="
69}

Callers 2

parseExpressionMethod · 0.92
parseComparisonMethod · 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…