MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / is_strict

Method is_strict

common/function_descriptor.h:82–82  ·  view source on GitHub ↗

if true (strict, default), error or unknown arguments are propagated instead of calling the function. if false (non-strict), the function may receive error or unknown values as arguments.

Source from the content-addressed store, hash-verified

80 // instead of calling the function. if false (non-strict), the function may
81 // receive error or unknown values as arguments.
82 bool is_strict() const { return impl_->options.is_strict; }
83
84 // Whether the function is contextual (impure).
85 //

Callers 3

ShouldAcceptOverloadFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64