MCPcopy Create free account
hub / github.com/apache/mesos / ~FileServer

Method ~FileServer

3rdparty/libprocess/src/tests/http_tests.cpp:916–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

914 }
915
916 ~FileServer()
917 {
918 terminate(process.get());
919 wait(process.get());
920 }
921
922 Owned<FileServerProcess> process;
923};

Callers

nothing calls this directly

Calls 3

terminateFunction · 0.50
waitFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected