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

Method FileServer

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

Source from the content-addressed store, hash-verified

909{
910public:
911 FileServer(const string& path) : process(new FileServerProcess(path))
912 {
913 spawn(process.get());
914 }
915
916 ~FileServer()
917 {

Callers

nothing calls this directly

Calls 2

spawnFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected