Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/canonical/mir
/ succeeded
Method
succeeded
tests/mir_test_framework/process.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool mtf::Result::succeeded() const
64
{
65
return reason == TerminationReason::child_terminated_normally &&
66
exit_code == EXIT_SUCCESS;
67
}
68
69
bool mtf::Result::signalled() const
70
{
Callers
3
TEST
Function · 0.80
execute_in_forked_process
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.64
execute_in_forked_process
Function · 0.64