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

Method Function

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

Function returns the name of the function being called.

()

Source from the content-addressed store, hash-verified

58 CallID() int64
59 // Function returns the name of the function being called.
60 Function() string
61 // Overload returns the specific overload ID being invoked.
62 Overload() string
63}

Callers 5

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

Implementers 2

asyncCallStateinterpreter/async.go
mockAsyncCallcel/async/async_test.go

Calls

no outgoing calls

Tested by

no test coverage detected