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

Method Function

interpreter/async.go:80–82  ·  view source on GitHub ↗

Function returns the name of the function being invoked.

()

Source from the content-addressed store, hash-verified

78
79// Function returns the name of the function being invoked.
80func (fn *evalAsyncFunc) Function() string {
81 return fn.function
82}
83
84// OverloadID returns the overload id of the function being invoked.
85func (fn *evalAsyncFunc) OverloadID() string {

Callers 2

ExecMethod · 0.95
TestEvalAsyncFuncGettersFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestEvalAsyncFuncGettersFunction · 0.76