Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ clone
Method
clone
src/ExpressionVariable.cpp:158–162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
Expression *
159
ExpressionVariable::clone() const
160
{
161
return new ExpressionVariable(*this);
162
}
163
164
/*
165
*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected