Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ ExpressionAssign
Method
ExpressionAssign
src/ExpressionAssign.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
ExpressionAssign::ExpressionAssign(const StatementAssign* sa)
67
: Expression(eAssignment),
68
assign(sa)
69
{
70
}
71
72
/*
73
*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected