MCPcopy 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{
685public:
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

spawnFunction · 0.50
terminateFunction · 0.50
waitFunction · 0.50

Tested by

no test coverage detected