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

Method set_location

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

Source from the content-addressed store, hash-verified

178 }
179
180 void set_location(std::string location) { location_ = std::move(location); }
181
182 void set_line_offsets(std::vector<int32_t> line_offsets) {
183 line_offsets_ = std::move(line_offsets);

Callers 4

GetSourceInfoMethod · 0.80
TESTFunction · 0.80
SourceInfoToProtoFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64