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

Method embedder_context

eval/eval/evaluator_core.h:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 google::protobuf::Arena* absl_nonnull arena() const { return arena_; }
239
240 const cel::EmbedderContext* absl_nullable embedder_context() const {
241 return embedder_context_;
242 }
243
244 const AttributeUtility& attribute_utility() const {
245 return attribute_utility_;

Callers 1

InvokeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected