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

Method FunctionName

common/ast/expr.go:164–164  ·  view source on GitHub ↗

FunctionName returns the name of the function.

()

Source from the content-addressed store, hash-verified

162type CallExpr interface {
163 // FunctionName returns the name of the function.
164 FunctionName() string
165
166 // IsMemberFunction returns whether the call has a non-nil target indicating it is a member function
167 IsMemberFunction() bool

Callers 15

VisitExprMethod · 0.65
VisitExprMethod · 0.65
OptimizeMethod · 0.65
isOptionalNoneFunction · 0.65
resolveFunctionMethod · 0.65
maybePruneFunctionMethod · 0.65
pruneMethod · 0.65
isCelBindMacroFunction · 0.65
costCallMethod · 0.65
maybeUnwrapDynCallMethod · 0.65
checkCallMethod · 0.65

Implementers 1

baseCallExprcommon/ast/expr.go

Calls

no outgoing calls

Tested by 8

GetMetadataMethod · 0.52
TestCallFunction · 0.52
TestMemberCallFunction · 0.52
TestCallNilFunction · 0.52
TestNavigableExprFunction · 0.52