Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ OutputFirstFunInvocation
Method
OutputFirstFunInvocation
src/KleeExtension.cpp:94–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
void
95
KleeExtension::OutputFirstFunInvocation(std::ostream &out, FunctionInvocation *invoke)
96
{
97
AbsExtension::OutputFirstFunInvocation(out, invoke);
98
}
99
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected