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

Method IsMemberFunction

common/ast/expr.go:486–491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

484}
485
486func (e *baseCallExpr) IsMemberFunction() bool {
487 if e == nil {
488 return false
489 }
490 return e.isMember
491}
492
493func (e *baseCallExpr) Target() Expr {
494 if e == nil || !e.IsMemberFunction() {

Callers 2

TargetMethod · 0.95
renumberIDsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected