Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
TestStringInclusion
Method · 0.45
TestComparison
Method · 0.45
TestLogicalOperation
Method · 0.45
TestInList
Method · 0.45
TestInDeprecatedList
Method · 0.45
TestInFunctionList
Method · 0.45
TestInMap
Method · 0.45
TestInDeprecatedMap
Method · 0.45
TestInFunctionMap
Method · 0.45
TEST_F
Function · 0.45
FakeBoolMap
Method · 0.45
Calls
no outgoing calls
Tested by
15
TEST
Function · 0.36
TestStringInclusion
Method · 0.36
TestComparison
Method · 0.36
TestLogicalOperation
Method · 0.36
TestInList
Method · 0.36
TestInDeprecatedList
Method · 0.36
TestInFunctionList
Method · 0.36
TestInMap
Method · 0.36
TestInDeprecatedMap
Method · 0.36
TestInFunctionMap
Method · 0.36
TEST_F
Function · 0.36
FakeBoolMap
Method · 0.36