Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ IsDouble
Method
IsDouble
eval/public/cel_value.h:371–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
369
bool IsUint64() const { return value_.is<uint64_t>(); }
370
371
bool IsDouble() const { return value_.is<double>(); }
372
373
bool IsString() const { return value_.is<StringHolder>(); }
374
Callers
7
TEST
Function · 0.45
TestTypeConverts
Method · 0.45
TestArithmeticalOperationDouble
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
EvaluateInMap
Function · 0.45
Calls
no outgoing calls
Tested by
6
TEST
Function · 0.36
TestTypeConverts
Method · 0.36
TestArithmeticalOperationDouble
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36