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

Method OverloadID

interpreter/async.go:85–87  ·  view source on GitHub ↗

OverloadID returns the overload id of the function being invoked.

()

Source from the content-addressed store, hash-verified

83
84// OverloadID returns the overload id of the function being invoked.
85func (fn *evalAsyncFunc) OverloadID() string {
86 return fn.overload
87}
88
89// Args returns the argument Interpretables for the function call.
90func (fn *evalAsyncFunc) Args() []InterpretableV2 {

Callers 2

ExecMethod · 0.95
TestEvalAsyncFuncGettersFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestEvalAsyncFuncGettersFunction · 0.76