Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ OutputFirstFunInvocation
Method
OutputFirstFunInvocation
src/AbsExtension.cpp:111–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void
112
AbsExtension::OutputFirstFunInvocation(std::ostream &out, FunctionInvocation *invoke)
113
{
114
assert(invoke);
115
out <<
" "
;
116
invoke->Output(out);
117
out <<
";"
<< endl;
118
}
119
120
AbsExtension::AbsExtension()
121
{
Callers
nothing calls this directly
Calls
1
Output
Method · 0.45
Tested by
no test coverage detected