MCPcopy Create free account
hub / github.com/MikeMirzayanov/testlib / getExitCode

Method getExitCode

testlib.h:2879–2879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2877public:
2878 exit_exception(int exitCode): exitCode(exitCode) {}
2879 int getExitCode() { return exitCode; }
2880};
2881#endif
2882

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected