Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ clone
Method
clone
src/ExpressionAssign.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
Expression*
84
ExpressionAssign::clone() const
85
{
86
return new ExpressionAssign(assign);
87
}
88
89
CVQualifiers
90
ExpressionAssign::get_qualifiers(void) const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected