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