Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ IsUnknownSet
Method
IsUnknownSet
eval/public/cel_value.h:387–387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
385
bool IsMap() const { return value_.is<const CelMap*>(); }
386
387
bool IsUnknownSet() const { return value_.is<const UnknownSet*>(); }
388
389
bool IsCelType() const { return value_.is<CelTypeHolder>(); }
390
Callers
15
TEST
Function · 0.80
TEST_P
Function · 0.80
TEST_P
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
GetTestingMessageFactory(), &arena_); Value value; AttributeTrail attr; ASSERT_THAT(op->Evaluate(frame, value, attr), IsOk())
Method · 0.80
TEST_F
Function · 0.80
ternary_step_test.cc
File · 0.80
TEST_F
Function · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
15
TEST
Function · 0.64
TEST_P
Function · 0.64
TEST_P
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64
GetTestingMessageFactory(), &arena_); Value value; AttributeTrail attr; ASSERT_THAT(op->Evaluate(frame, value, attr), IsOk())
Method · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
TEST_P
Function · 0.64