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

Method GetMessageFactory

runtime/internal/runtime_impl.h:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 google::protobuf::MessageFactory* absl_nonnull GetMessageFactory() const override {
97 return environment_->MutableMessageFactory();
98 }
99
100 // exposed for extensions access
101 google::api::expr::runtime::FlatExprBuilder& expr_builder()

Callers

nothing calls this directly

Calls 1

MutableMessageFactoryMethod · 0.45

Tested by

no test coverage detected