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

Method AddFileDescriptorSet

tools/descriptor_pool_builder.cc:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103absl::Status DescriptorPoolBuilder::AddFileDescriptorSet(
104 const google::protobuf::FileDescriptorSet& file) {
105 for (const auto& file : file.file()) {
106 CEL_RETURN_IF_ERROR(AddFileDescriptor(file));
107 }
108 return absl::OkStatus();
109}
110
111} // namespace cel

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64