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

Function Less

parser/operator/operator.go:15–17  ·  view source on GitHub ↗
(a, b string)

Source from the content-addressed store, hash-verified

13}
14
15func Less(a, b string) bool {
16 return Binary[a].Precedence < Binary[b].Precedence
17}
18
19func IsBoolean(op string) bool {
20 return op == "and" || op == "or" || op == "&&" || op == "||"

Callers 1

StringMethod · 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…