MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / setAttributes

Method setAttributes

ir/value.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 : Value(type, std::string(name)), smt_name(std::move(name)) {}
193
194void Input::setAttributes(ParamAttrs &&new_attrs) {
195 attrs = std::move(new_attrs);
196 setName(attr_str(attrs) + getName());
197}
198
199void Input::copySMTName(const Input &other) {
200 smt_name = other.smt_name;

Callers 1

runMethod · 0.80

Calls 1

attr_strFunction · 0.85

Tested by

no test coverage detected