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

Method IsMemberFunction

common/decls/decls.go:704–709  ·  view source on GitHub ↗

IsMemberFunction indicates whether the overload is a member function

()

Source from the content-addressed store, hash-verified

702
703// IsMemberFunction indicates whether the overload is a member function
704func (o *OverloadDecl) IsMemberFunction() bool {
705 if o == nil {
706 return false
707 }
708 return o.isMemberFunction
709}
710
711// IsNonStrict returns whether the overload accepts errors and unknown values as arguments.
712func (o *OverloadDecl) IsNonStrict() bool {

Callers 2

SignatureEqualsMethod · 0.95
SignatureOverlapsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected