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

Method descriptor_pool

eval/eval/evaluator_core.h:230–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 const cel::TypeProvider& type_provider() { return type_provider_; }
229
230 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool() const {
231 return descriptor_pool_;
232 }
233
234 google::protobuf::MessageFactory* absl_nonnull message_factory() const {
235 return message_factory_;

Callers 12

ExecutionFrameMethod · 0.45
EvaluateMethod · 0.45
EvaluateInMapFunction · 0.45
EvaluateInFunction · 0.45
EvaluateMethod · 0.45
PerformTestOnlySelectMethod · 0.45
PerformSelectMethod · 0.45
PerformOptionalSelectMethod · 0.45
LookupInMapFunction · 0.45
LookupInListFunction · 0.45
InvokeFunction · 0.45
ApplySelectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected