MCPcopy 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 */
838static int
839OutputFunction(Function *func, std::ostream *pOut)
840{
841 func->Output(*pOut);
842 return 0;
843}
844
845/*
846 *

Callers

nothing calls this directly

Calls 1

OutputMethod · 0.45

Tested by

no test coverage detected