Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ OutputFunction
Function
OutputFunction
src/Function.cpp:838–843 ·
view source on GitHub ↗
* */
Source
from the content-addressed store, hash-verified
836
*
837
*/
838
static int
839
OutputFunction(Function *func, std::ostream *pOut)
840
{
841
func->Output(*pOut);
842
return 0;
843
}
844
845
/*
846
*
Callers
nothing calls this directly
Calls
1
Output
Method · 0.45
Tested by
no test coverage detected