Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ IsInt64
Method
IsInt64
eval/public/cel_value.h:367–367 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
bool IsBool() const { return value_.is<bool>(); }
366
367
bool IsInt64() const { return value_.is<int64_t>(); }
368
369
bool IsUint64() const { return value_.is<uint64_t>(); }
370
Callers
15
TEST_F
Function · 0.80
TEST
Function · 0.80
TestTypeConverts
Method · 0.80
TestFunctions
Method · 0.80
TestFunctionsWithParams
Method · 0.80
TestArithmeticalOperationInt64
Method · 0.80
TEST_F
Function · 0.80
FakeInt64Map
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
MatchesMapKeyType
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
15
TEST_F
Function · 0.64
TEST
Function · 0.64
TestTypeConverts
Method · 0.64
TestFunctions
Method · 0.64
TestFunctionsWithParams
Method · 0.64
TestArithmeticalOperationInt64
Method · 0.64
TEST_F
Function · 0.64
FakeInt64Map
Method · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST_P
Function · 0.64