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

Function ValueFromValue

eval/public/structs/cel_proto_wrap_util.cc:916–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914 google::protobuf::Arena* arena);
915
916google::protobuf::Message* ValueFromValue(const google::protobuf::Message* prototype,
917 const CelValue& value, google::protobuf::Arena* arena) {
918 return ValueFromValue(prototype->New(arena), value, arena);
919}
920
921google::protobuf::Message* ListFromValue(google::protobuf::Message* message, const CelValue& value,
922 google::protobuf::Arena* arena) {

Callers 3

ListFromValueFunction · 0.85
StructFromValueFunction · 0.85
MaybeWrapMessageMethod · 0.85

Calls 15

ValidateDurationFunction · 0.85
ValidateTimestampFunction · 0.85
ListFromValueFunction · 0.85
StructFromValueFunction · 0.85
EncodeDurationToStringFunction · 0.85
IsJSONSafeFunction · 0.85
EncodeTimeToStringFunction · 0.85
typeMethod · 0.80
WithMethod · 0.80

Tested by

no test coverage detected