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

Method IsBool

eval/public/cel_value.h:365–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 bool IsNull() const { return value_.template Visit<bool>(NullCheckOp()); }
364
365 bool IsBool() const { return value_.is<bool>(); }
366
367 bool IsInt64() const { return value_.is<int64_t>(); }
368

Callers 15

TESTFunction · 0.45
TestStringInclusionMethod · 0.45
TestComparisonMethod · 0.45
TestLogicalOperationMethod · 0.45
TestInListMethod · 0.45
TestInDeprecatedListMethod · 0.45
TestInFunctionListMethod · 0.45
TestInMapMethod · 0.45
TestInDeprecatedMapMethod · 0.45
TestInFunctionMapMethod · 0.45
TEST_FFunction · 0.45
FakeBoolMapMethod · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
TestStringInclusionMethod · 0.36
TestComparisonMethod · 0.36
TestLogicalOperationMethod · 0.36
TestInListMethod · 0.36
TestInDeprecatedListMethod · 0.36
TestInFunctionListMethod · 0.36
TestInMapMethod · 0.36
TestInDeprecatedMapMethod · 0.36
TestInFunctionMapMethod · 0.36
TEST_FFunction · 0.36
FakeBoolMapMethod · 0.36