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

Function ConvertWireCompatProto

common/internal/value_conversion.h:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47ABSL_MUST_USE_RESULT
48inline bool ConvertWireCompatProto(
49 const cel::expr::CheckedExpr& src,
50 google::api::expr::v1alpha1::CheckedExpr* absl_nonnull dest) {
51 return UnsafeConvertWireCompatProto(src, dest);
52}
53
54ABSL_MUST_USE_RESULT
55inline bool ConvertWireCompatProto(

Callers 6

ExtractExprFunction · 0.85
LegacyParseFunction · 0.85
CheckImplFunction · 0.85
EvalMethod · 0.85
EvalMethod · 0.85
PlanMethod · 0.85

Calls 1

Tested by

no test coverage detected