Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
void Input::copySMTName(const Input &other) {
200
smt_name = other.smt_name;
201
}
202
203
void Input::print(ostream &os) const {
204
UNREACHABLE();
Callers
1
syncDataWithSrc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected