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

Method ID

interpreter/async.go:75–77  ·  view source on GitHub ↗

ID implements the Interpretable interface method.

()

Source from the content-addressed store, hash-verified

73
74// ID implements the Interpretable interface method.
75func (fn *evalAsyncFunc) ID() int64 {
76 return fn.id
77}
78
79// Function returns the name of the function being invoked.
80func (fn *evalAsyncFunc) Function() string {

Callers 2

ExecMethod · 0.95
TestEvalAsyncFuncGettersFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestEvalAsyncFuncGettersFunction · 0.76