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

Method GetValue

eval/public/cel_value.h:414–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 // Returns true, if assignment successful
413 template <typename Arg>
414 bool GetValue(Arg* value) const {
415 return this->template InternalVisit<bool>(AssignerOp<Arg>(value));
416 }
417
418 // Provides type names for internal logging.
419 static std::string TypeName(Type value_type);

Callers 15

CountTypeMatchFunction · 0.45
TESTFunction · 0.45
IsMissingAttributeErrorFunction · 0.45
IsUnknownFunctionResultFunction · 0.45
GetNumberFromCelValueFunction · 0.45
ValueToNativeMethod · 0.45
operator()Method · 0.45
LookupMapValueMethod · 0.45
MatchAndExplainMethod · 0.45
MatchAndExplainMethod · 0.45
MatchAndExplainMethod · 0.45

Calls

no outgoing calls

Tested by 10

CountTypeMatchFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
BM_StrCatLocalArenaFunction · 0.36
BM_StrCatSharedArenaFunction · 0.36
BM_AllocateStringFunction · 0.36
BM_AllocateErrorFunction · 0.36