Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ ExpressionFuncall
Method
ExpressionFuncall
src/ExpressionFuncall.cpp:116–120 ·
view source on GitHub ↗
* */
Source
from the content-addressed store, hash-verified
114
*
115
*/
116
ExpressionFuncall::ExpressionFuncall(const FunctionInvocation &fi)
117
: Expression(eFunction),
118
invoke(fi)
119
{
120
}
121
122
/*
123
*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected