MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / UnknownSetOrDie

Method UnknownSetOrDie

eval/public/cel_value.h:353–355  ·  view source on GitHub ↗

Returns stored const UnknownAttributeSet * value. Fails if stored value type is not const UnknownAttributeSet *.

Source from the content-addressed store, hash-verified

351 // Returns stored const UnknownAttributeSet * value.
352 // Fails if stored value type is not const UnknownAttributeSet *.
353 const UnknownSet* UnknownSetOrDie() const {
354 return GetValueOrDie<const UnknownSet*>(Type::kUnknownSet);
355 }
356
357 // Returns stored const CelError * value.
358 // Fails if stored value type is not const CelError *.

Callers 14

TESTFunction · 0.80
TESTFunction · 0.80
TEST_PFunction · 0.80
TEST_PFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
ModernValueFunction · 0.80

Calls

no outgoing calls

Tested by 11

TESTFunction · 0.64
TESTFunction · 0.64
TEST_PFunction · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_PFunction · 0.64