MCPcopy Create free account
hub / github.com/catboost/catboost / GetExitCode

Method GetExitCode

util/system/shellcommand.cpp:1134–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1132}
1133
1134TMaybe<int> TShellCommand::GetExitCode() const {
1135 return Impl->GetExitCode();
1136}
1137
1138TProcessId TShellCommand::GetPid() const {
1139 return Impl->GetPid();

Callers 2

runSlowPy3ccFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected