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

Method IsMemberFunction

common/decls/decls.go:660–665  ·  view source on GitHub ↗

IsMemberFunction indicates whether the overload is a member function

()

Source from the content-addressed store, hash-verified

658
659// IsMemberFunction indicates whether the overload is a member function
660func (o *OverloadDecl) IsMemberFunction() bool {
661 if o == nil {
662 return false
663 }
664 return o.isMemberFunction
665}
666
667// IsNonStrict returns whether the overload accepts errors and unknown values as arguments.
668func (o *OverloadDecl) IsNonStrict() bool {

Callers 2

SignatureEqualsMethod · 0.95
SignatureOverlapsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected