MCPcopy Create free account
hub / github.com/csmith-project/csmith / OutputFirstFunInvocation

Method OutputFirstFunInvocation

src/CrestExtension.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void
112CrestExtension::OutputFirstFunInvocation(std::ostream &out, FunctionInvocation *invoke)
113{
114 AbsExtension::OutputFirstFunInvocation(out, invoke);
115}
116

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected