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

Method set_name

common/reference.h:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 void set_name(std::string name) { name_ = std::move(name); }
131
132 void set_name(absl::string_view name) {
133 name_.assign(name.data(), name.size());

Callers 3

MakeVariableReferenceFunction · 0.45
MakeFunctionReferenceFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected