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

Method set_embedder_context

runtime/function.h:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 void set_embedder_context(
74 const EmbedderContext* absl_nullable embedder_context) {
75 embedder_context_ = embedder_context;
76 }
77
78 private:
79 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool_;

Callers 1

InvokeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected