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

Method set_syntax_version

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

Source from the content-addressed store, hash-verified

174 SourceInfo& operator=(SourceInfo&& other) = default;
175
176 void set_syntax_version(std::string syntax_version) {
177 syntax_version_ = std::move(syntax_version);
178 }
179
180 void set_location(std::string location) { location_ = std::move(location); }
181

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80
SourceInfoToProtoFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64