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

Method Function

interpreter/interpretable.go:121–121  ·  view source on GitHub ↗

Function returns the function name as it appears in text or mangled operator name as it appears in the operators.go file.

()

Source from the content-addressed store, hash-verified

119 // Function returns the function name as it appears in text or mangled operator name as it
120 // appears in the operators.go file.
121 Function() string
122
123 // OverloadID returns the overload id associated with the function specialization.
124 // Overload ids are stable across language boundaries and can be treated as synonymous with a

Callers 4

decOptimizeFunction · 0.65
decRegexOptimizerFunction · 0.65
optimizations.goFile · 0.65
costCallMethod · 0.65

Implementers 6

evalEqinterpreter/interpretable.go
evalNeinterpreter/interpretable.go
evalZeroArityinterpreter/interpretable.go
evalUnaryinterpreter/interpretable.go
evalBinaryinterpreter/interpretable.go
evalVarArgsinterpreter/interpretable.go

Calls

no outgoing calls

Tested by

no test coverage detected