Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ TearDown
Method
TearDown
src/tests/process_tests.cpp:904–911 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
902
}
903
904
void TearDown() override
905
{
906
if (linkee.isSome()) {
907
os::kill(linkee->pid(), SIGKILL);
908
reap_linkee();
909
linkee = None();
910
}
911
}
912
913
public:
914
Option<Subprocess> linkee;
Callers
nothing calls this directly
Calls
1
pid
Method · 0.80
Tested by
no test coverage detected