Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chen3feng/toft
/ ExitCode
Method
ExitCode
system/process/sub_process.cpp:389–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
387
}
388
389
int SubProcess::ExitCode() const
390
{
391
CHECK_LT(m_pid, 0);
392
return m_exit_code;
393
}
394
395
} // namespace toft
396
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64