Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
910
public:
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
spawn
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected