MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getExitCode

Method getExitCode

src/tests/unit_tests/eterm_test.cpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 void checkExitStatus() override {}
40 bool hasExited() const override { return false; }
41 int getExitCode() const override { return 0; }
42 void terminate() override {}
43 void waitForExit() override {}
44 int pid() override { return 123; }

Callers 2

setTerminalDataMethod · 0.45
setupClientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected