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