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

Method CreateMessageWrapper

eval/public/cel_value.h:426–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 // make private visibility after refactors are done.
425 ABSL_DEPRECATED("Use CelProtoWrapper::CreateMessage")
426 static CelValue CreateMessageWrapper(MessageWrapper value) {
427 CheckNullPointer(value.message_ptr(), Type::kMessage);
428 CheckNullPointer(value.legacy_type_info(), Type::kMessage);
429 return CelValue(value);
430 }
431
432 private:
433 ValueHolder value_;

Callers

nothing calls this directly

Calls 3

CelValueClass · 0.85
message_ptrMethod · 0.80
legacy_type_infoMethod · 0.80

Tested by

no test coverage detected