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

Method set_id

common/ast/metadata.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 // Identifier for the extension. Example: constant_folding
104 const std::string& id() const { return id_; }
105 void set_id(std::string id) { id_ = std::move(id); }
106
107 // If set, the listed components must understand the extension for the
108 // expression to evaluate correctly.

Callers 15

ExprToProtoImplMethod · 0.45
ConstExprToProtoMethod · 0.45
IdentExprToProtoMethod · 0.45
SelectExprToProtoMethod · 0.45
CallExprToProtoMethod · 0.45
ListExprToProtoMethod · 0.45
StructExprToProtoMethod · 0.45
MapExprToProtoMethod · 0.45
ExprFromProtoImplMethod · 0.45
ConstExprFromProtoMethod · 0.45
IdentExprFromProtoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected