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

Method OverloadID

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

OverloadID returns the overload id associated with the function specialization. Overload ids are stable across language boundaries and can be treated as synonymous with a unique function signature.

()

Source from the content-addressed store, hash-verified

124 // Overload ids are stable across language boundaries and can be treated as synonymous with a
125 // unique function signature.
126 OverloadID() string
127
128 // Args returns the normalized arguments to the function overload.
129 // For receiver-style functions, the receiver target is arg 0.

Callers 6

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

Implementers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected