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

Method copySMTName

ir/value.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void Input::copySMTName(const Input &other) {
200 smt_name = other.smt_name;
201}
202
203void Input::print(ostream &os) const {
204 UNREACHABLE();

Callers 1

syncDataWithSrcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected