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

Method IsNonStrict

common/decls/decls.go:668–673  ·  view source on GitHub ↗

IsNonStrict returns whether the overload accepts errors and unknown values as arguments.

()

Source from the content-addressed store, hash-verified

666
667// IsNonStrict returns whether the overload accepts errors and unknown values as arguments.
668func (o *OverloadDecl) IsNonStrict() bool {
669 if o == nil {
670 return false
671 }
672 return o.nonStrict
673}
674
675// HasLateBinding returns whether the overload has a binding which is not known at compile time.
676func (o *OverloadDecl) HasLateBinding() bool {

Callers 5

AddOverloadMethod · 0.80
BindingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected