MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Find

Function Find

common/operators/operators.go:110–113  ·  view source on GitHub ↗

Find the internal function name for an operator, if the input text is one.

(text string)

Source from the content-addressed store, hash-verified

108
109// Find the internal function name for an operator, if the input text is one.
110func Find(text string) (string, bool) {
111 op, found := operators[text]
112 return op, found
113}
114
115// FindReverse returns the unmangled, text representation of the operator.
116func FindReverse(symbol string) (string, bool) {

Callers 2

VisitRelationMethod · 0.92
VisitCalcMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected