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

Method set_name

common/decl.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void set_name(std::string name) { name_ = std::move(name); }
59
60 void set_name(absl::string_view name) {
61 name_.assign(name.data(), name.size());

Callers 3

MakeVariableDeclFunction · 0.45
MakeConstantVariableDeclFunction · 0.45
MakeFunctionDeclFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected