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

Function OverloadIsNonStrict

cel/decls.go:352–354  ·  view source on GitHub ↗

OverloadIsNonStrict enables the function to be called with error and unknown argument values. Note: do not use this option unless absoluately necessary as it should be an uncommon feature.

()

Source from the content-addressed store, hash-verified

350//
351// Note: do not use this option unless absoluately necessary as it should be an uncommon feature.
352func OverloadIsNonStrict() OverloadOpt {
353 return decls.OverloadIsNonStrict()
354}
355
356// OverloadOperandTrait configures a set of traits which the first argument to the overload must implement in order to be
357// successfully invoked.

Callers 3

TestUnaryBindingFunction · 0.70
TestBinaryBindingFunction · 0.70

Calls 1

OverloadIsNonStrictFunction · 0.92

Tested by 3

TestUnaryBindingFunction · 0.56
TestBinaryBindingFunction · 0.56