MCPcopy Create free account
hub / github.com/RPISEC/MBE / doNothing

Function doNothing

src/lecture/cpp/cpp_lec02.cpp:65–69  ·  view source on GitHub ↗

This exists just so that the compiler/linker needs to include * CommandExecutor's code, since otherwise it would be unused. */

Source from the content-addressed store, hash-verified

63/* This exists just so that the compiler/linker needs to include
64 * CommandExecutor's code, since otherwise it would be unused. */
65void doNothing()
66{
67 CommandExecutor e;
68 CodeTester c;
69}
70

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected