Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1134
TMaybe<int> TShellCommand::GetExitCode() const {
1135
return Impl->GetExitCode();
1136
}
1137
1138
TProcessId TShellCommand::GetPid() const {
1139
return Impl->GetPid();
Callers
2
runSlowPy3cc
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected