Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ donate
Method
donate
3rdparty/libprocess/src/tests/process_tests.cpp:686–692 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
684
{
685
public:
686
void donate()
687
{
688
DonateProcess process;
689
spawn(process);
690
terminate(process);
691
wait(process);
692
}
693
};
694
695
Callers
nothing calls this directly
Calls
3
spawn
Function · 0.50
terminate
Function · 0.50
wait
Function · 0.50
Tested by
no test coverage detected