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

Method ValueFromMessage

eval/public/structs/cel_proto_wrap_util.cc:247–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 }
246
247 CelValue ValueFromMessage(const Duration* duration) {
248 return ValueFromDuration(DecodeDuration(*duration));
249 }
250
251 CelValue ValueFromTimestamp(const google::protobuf::Message* message) {
252 CEL_ASSIGN_OR_RETURN(

Callers 1

operator[]Method · 0.80

Calls 6

DecodeDurationFunction · 0.85
DecodeTimeFunction · 0.85
kind_caseMethod · 0.80
CreateListFunction · 0.50
CreateMapFunction · 0.50
valueMethod · 0.45

Tested by

no test coverage detected