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

Method Build

tools/descriptor_pool_builder.cc:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 cel::GetMinimalDescriptorDatabase())) {}
66
67std::shared_ptr<const google::protobuf::DescriptorPool>
68DescriptorPoolBuilder::Build() && {
69 auto alias =
70 std::shared_ptr<const google::protobuf::DescriptorPool>(state_, &state_->pool);
71 state_.reset();
72 return alias;
73}
74
75absl::Status DescriptorPoolBuilder::AddTransitiveDescriptorSet(
76 const google::protobuf::Descriptor* absl_nonnull desc) {

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected